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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ASN1Encodable
getBagAttribute(ASN1ObjectIdentifier oid)
Enumeration
getBagAttributeKeys()
void
readObject(ObjectInputStream in)
void
setBagAttribute(ASN1ObjectIdentifier oid, ASN1Encodable attribute)
void
writeObject(ObjectOutputStream out)
-
-
-
Method Detail
-
setBagAttribute
public void setBagAttribute(ASN1ObjectIdentifier oid, ASN1Encodable attribute)
- Specified by:
setBagAttribute
in interfacePKCS12BagAttributeCarrier
-
getBagAttribute
public ASN1Encodable getBagAttribute(ASN1ObjectIdentifier oid)
- Specified by:
getBagAttribute
in interfacePKCS12BagAttributeCarrier
-
getBagAttributeKeys
public Enumeration getBagAttributeKeys()
- Specified by:
getBagAttributeKeys
in interfacePKCS12BagAttributeCarrier
-
writeObject
public void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
readObject
public void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-