public class PKCS12BagAttributeCarrierImpl extends java.lang.Object implements PKCS12BagAttributeCarrier
| Constructor and Description |
|---|
PKCS12BagAttributeCarrierImpl() |
| Modifier and Type | Method and Description |
|---|---|
ASN1Encodable |
getBagAttribute(ASN1ObjectIdentifier oid) |
java.util.Enumeration |
getBagAttributeKeys() |
void |
readObject(java.io.ObjectInputStream in) |
void |
setBagAttribute(ASN1ObjectIdentifier oid,
ASN1Encodable attribute) |
void |
writeObject(java.io.ObjectOutputStream out) |
public void setBagAttribute(ASN1ObjectIdentifier oid, ASN1Encodable attribute)
setBagAttribute in interface PKCS12BagAttributeCarrierpublic ASN1Encodable getBagAttribute(ASN1ObjectIdentifier oid)
getBagAttribute in interface PKCS12BagAttributeCarrierpublic java.util.Enumeration getBagAttributeKeys()
getBagAttributeKeys in interface PKCS12BagAttributeCarrierpublic void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
java.io.IOExceptionpublic void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOExceptionjava.lang.ClassNotFoundException