org.bouncycastle.jce.interfaces

Interface PKCS12BagAttributeCarrier

public interface PKCS12BagAttributeCarrier

allow us to set attributes on objects that can go into a PKCS12 store.
Method Summary
DEREncodablegetBagAttribute(DERObjectIdentifier oid)
EnumerationgetBagAttributeKeys()
voidsetBagAttribute(DERObjectIdentifier oid, DEREncodable attribute)

Method Detail

getBagAttribute

public DEREncodable getBagAttribute(DERObjectIdentifier oid)

getBagAttributeKeys

public Enumeration getBagAttributeKeys()

setBagAttribute

public void setBagAttribute(DERObjectIdentifier oid, DEREncodable attribute)