Package org.bouncycastle.jce.interfaces
Interface PKCS12BagAttributeCarrier
- All Known Implementing Classes:
BCDHPrivateKey,BCDSAPrivateKey,BCECPrivateKey,BCRSAPrivateCrtKey,BCRSAPrivateKey,JCEDHPrivateKey,JCEECPrivateKey,JCERSAPrivateCrtKey,JCERSAPrivateKey,JDKDSAPrivateKey,PKCS12BagAttributeCarrierImpl,X509CertificateObject
public interface PKCS12BagAttributeCarrier
allow us to set attributes on objects that can go into a PKCS12 store.
-
Method Summary
Modifier and Type Method Description ASN1EncodablegetBagAttribute(ASN1ObjectIdentifier oid)EnumerationgetBagAttributeKeys()voidsetBagAttribute(ASN1ObjectIdentifier oid, ASN1Encodable attribute)
-
Method Details
-
setBagAttribute
-
getBagAttribute
-
getBagAttributeKeys
Enumeration getBagAttributeKeys()
-