public class PKCS12BagAttributeCarrierImpl extends Object implements PKCS12BagAttributeCarrier
Constructor and Description |
---|
PKCS12BagAttributeCarrierImpl() |
Modifier and Type | Method and Description |
---|---|
org.bouncycastle.asn1.ASN1Encodable |
getBagAttribute(org.bouncycastle.asn1.ASN1ObjectIdentifier oid) |
Enumeration |
getBagAttributeKeys() |
void |
readObject(ObjectInputStream in) |
void |
setBagAttribute(org.bouncycastle.asn1.ASN1ObjectIdentifier oid,
org.bouncycastle.asn1.ASN1Encodable attribute) |
void |
writeObject(ObjectOutputStream out) |
public void setBagAttribute(org.bouncycastle.asn1.ASN1ObjectIdentifier oid, org.bouncycastle.asn1.ASN1Encodable attribute)
setBagAttribute
in interface PKCS12BagAttributeCarrier
public org.bouncycastle.asn1.ASN1Encodable getBagAttribute(org.bouncycastle.asn1.ASN1ObjectIdentifier oid)
getBagAttribute
in interface PKCS12BagAttributeCarrier
public Enumeration getBagAttributeKeys()
getBagAttributeKeys
in interface PKCS12BagAttributeCarrier
public void writeObject(ObjectOutputStream out) throws IOException
IOException
public void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Copyright © 2017 BouncyCastle.org. All rights reserved.