org.bouncycastle.jce.interfaces
public interface PKCS12BagAttributeCarrier
Modifier and Type | Method and Description |
---|---|
DEREncodable |
getBagAttribute(DERObjectIdentifier oid) |
java.util.Enumeration |
getBagAttributeKeys() |
void |
setBagAttribute(DERObjectIdentifier oid,
DEREncodable attribute) |
void setBagAttribute(DERObjectIdentifier oid, DEREncodable attribute)
DEREncodable getBagAttribute(DERObjectIdentifier oid)
java.util.Enumeration getBagAttributeKeys()