Interface PKCS12BagAttributeCarrier
- All Known Implementing Classes:
JCEECPrivateKey
,X509CertificateObject
public interface PKCS12BagAttributeCarrier
allow us to set attributes on objects that can go into a PKCS12 store.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setBagAttribute
(DERObjectIdentifier oid, DEREncodable attribute)
-
Method Details
-
setBagAttribute
-
getBagAttribute
-
getBagAttributeKeys
Enumeration getBagAttributeKeys()
-