Google

Bouncy Castle Cryptography 1.11 API Specification: Interface PKCS12BagAttributeCarrier
Bouncy Castle Cryptography 1.11

org.bouncycastle.jce.interfaces
Interface PKCS12BagAttributeCarrier

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

public interface PKCS12BagAttributeCarrier

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


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

Method Detail

setBagAttribute

public void setBagAttribute(DERObjectIdentifier oid,
                            DEREncodable attribute)

getBagAttribute

public DEREncodable getBagAttribute(DERObjectIdentifier oid)

getBagAttributeKeys

public java.util.Enumeration getBagAttributeKeys()

Bouncy Castle Cryptography 1.11