Class PKCS12BagAttributeCarrierImpl
java.lang.Object
org.bouncycastle.jcajce.provider.asymmetric.util.PKCS12BagAttributeCarrierImpl
- All Implemented Interfaces:
PKCS12BagAttributeCarrier
public class PKCS12BagAttributeCarrierImpl extends Object implements PKCS12BagAttributeCarrier
-
Constructor Summary
Constructors Constructor Description PKCS12BagAttributeCarrierImpl() -
Method Summary
Modifier and Type Method Description ASN1EncodablegetBagAttribute(ASN1ObjectIdentifier oid)EnumerationgetBagAttributeKeys()voidreadObject(ObjectInputStream in)voidsetBagAttribute(ASN1ObjectIdentifier oid, ASN1Encodable attribute)voidwriteObject(ObjectOutputStream out)
-
Constructor Details
-
PKCS12BagAttributeCarrierImpl
public PKCS12BagAttributeCarrierImpl()
-
-
Method Details
-
setBagAttribute
- Specified by:
setBagAttributein interfacePKCS12BagAttributeCarrier
-
getBagAttribute
- Specified by:
getBagAttributein interfacePKCS12BagAttributeCarrier
-
getBagAttributeKeys
- Specified by:
getBagAttributeKeysin interfacePKCS12BagAttributeCarrier
-
writeObject
- Throws:
IOException
-
readObject
- Throws:
IOExceptionClassNotFoundException
-