Bouncy Castle Cryptography Library 1.81

org.bouncycastle.jcajce.provider.asymmetric.util
Class PKCS12BagAttributeCarrierImpl

java.lang.Object
  extended byorg.bouncycastle.jcajce.provider.asymmetric.util.PKCS12BagAttributeCarrierImpl
All Implemented Interfaces:
PKCS12BagAttributeCarrier

public class PKCS12BagAttributeCarrierImpl
extends java.lang.Object
implements PKCS12BagAttributeCarrier


Constructor Summary
PKCS12BagAttributeCarrierImpl()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PKCS12BagAttributeCarrierImpl

public PKCS12BagAttributeCarrierImpl()
Method Detail

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

hasFriendlyName

public boolean hasFriendlyName()
Specified by:
hasFriendlyName in interface PKCS12BagAttributeCarrier

setFriendlyName

public void setFriendlyName(java.lang.String friendlyName)
Specified by:
setFriendlyName in interface PKCS12BagAttributeCarrier

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

Bouncy Castle Cryptography Library 1.81