org.bouncycastle.jcajce.provider.asymmetric.util
Class PKCS12BagAttributeCarrierImpl
java.lang.Object
|
+--org.bouncycastle.jcajce.provider.asymmetric.util.PKCS12BagAttributeCarrierImpl
- All Implemented Interfaces:
- PKCS12BagAttributeCarrier
- public class PKCS12BagAttributeCarrierImpl
- extends java.lang.Object
- implements PKCS12BagAttributeCarrier
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PKCS12BagAttributeCarrierImpl
public PKCS12BagAttributeCarrierImpl()
setBagAttribute
public void setBagAttribute(ASN1ObjectIdentifier oid,
ASN1Encodable attribute)
- Specified by:
setBagAttribute
in interface PKCS12BagAttributeCarrier
getBagAttribute
public ASN1Encodable getBagAttribute(ASN1ObjectIdentifier oid)
- Specified by:
getBagAttribute
in interface PKCS12BagAttributeCarrier
getBagAttributeKeys
public java.util.Enumeration getBagAttributeKeys()
- Specified by:
getBagAttributeKeys
in interface PKCS12BagAttributeCarrier
writeObject
public void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
readObject
public void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException