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
-
-
Constructor Summary
Constructors Constructor Description PKCS12BagAttributeCarrierImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ASN1Encodable
getBagAttribute(ASN1ObjectIdentifier oid)
java.util.Enumeration
getBagAttributeKeys()
boolean
hasFriendlyName()
void
readObject(java.io.ObjectInputStream in)
void
setBagAttribute(ASN1ObjectIdentifier oid, ASN1Encodable attribute)
void
setFriendlyName(java.lang.String friendlyName)
void
writeObject(java.io.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 java.util.Enumeration getBagAttributeKeys()
- Specified by:
getBagAttributeKeys
in interfacePKCS12BagAttributeCarrier
-
hasFriendlyName
public boolean hasFriendlyName()
- Specified by:
hasFriendlyName
in interfacePKCS12BagAttributeCarrier
-
setFriendlyName
public void setFriendlyName(java.lang.String friendlyName)
- Specified by:
setFriendlyName
in interfacePKCS12BagAttributeCarrier
-
writeObject
public void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
readObject
public void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-