|
Bouncy Castle Cryptography 1.11 API Specification: Interface PKCS12BagAttributeCarrier
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.
setBagAttribute
public void setBagAttribute(DERObjectIdentifier oid,
DEREncodable attribute)
getBagAttribute
public DEREncodable getBagAttribute(DERObjectIdentifier oid)
getBagAttributeKeys
public java.util.Enumeration getBagAttributeKeys()
|