public class PKCS12BagAttributeCarrierImpl extends java.lang.Object implements PKCS12BagAttributeCarrier
| Constructor and Description |
|---|
PKCS12BagAttributeCarrierImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.spongycastle.asn1.ASN1Encodable |
getBagAttribute(org.spongycastle.asn1.ASN1ObjectIdentifier oid) |
java.util.Enumeration |
getBagAttributeKeys() |
void |
readObject(java.io.ObjectInputStream in) |
void |
setBagAttribute(org.spongycastle.asn1.ASN1ObjectIdentifier oid,
org.spongycastle.asn1.ASN1Encodable attribute) |
void |
writeObject(java.io.ObjectOutputStream out) |
public void setBagAttribute(org.spongycastle.asn1.ASN1ObjectIdentifier oid,
org.spongycastle.asn1.ASN1Encodable attribute)
setBagAttribute in interface PKCS12BagAttributeCarrierpublic org.spongycastle.asn1.ASN1Encodable getBagAttribute(org.spongycastle.asn1.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