Bouncy Castle Cryptography Library 1.47

org.bouncycastle.jce.interfaces
Interface PKCS12BagAttributeCarrier

All Known Implementing Classes:
JCEDHPrivateKey, JCEECPrivateKey, JCEElGamalPrivateKey, JCERSAPrivateCrtKey, JCERSAPrivateKey, JDKDSAPrivateKey, X509CertificateObject

public interface PKCS12BagAttributeCarrier

allow us to set attributes on objects that can go into a PKCS12 store.


Method Summary
 ASN1Encodable getBagAttribute(DERObjectIdentifier oid)
           
 java.util.Enumeration getBagAttributeKeys()
           
 void setBagAttribute(ASN1ObjectIdentifier oid, ASN1Encodable attribute)
           
 

Method Detail

setBagAttribute

void setBagAttribute(ASN1ObjectIdentifier oid,
                     ASN1Encodable attribute)

getBagAttribute

ASN1Encodable getBagAttribute(DERObjectIdentifier oid)

getBagAttributeKeys

java.util.Enumeration getBagAttributeKeys()

Bouncy Castle Cryptography Library 1.47