public interface PKCS12BagAttributeCarrier
| Modifier and Type | Method and Description |
|---|---|
org.spongycastle.asn1.ASN1Encodable |
getBagAttribute(org.spongycastle.asn1.ASN1ObjectIdentifier oid) |
java.util.Enumeration |
getBagAttributeKeys() |
void |
setBagAttribute(org.spongycastle.asn1.ASN1ObjectIdentifier oid,
org.spongycastle.asn1.ASN1Encodable attribute) |
void setBagAttribute(org.spongycastle.asn1.ASN1ObjectIdentifier oid,
org.spongycastle.asn1.ASN1Encodable attribute)
org.spongycastle.asn1.ASN1Encodable getBagAttribute(org.spongycastle.asn1.ASN1ObjectIdentifier oid)
java.util.Enumeration getBagAttributeKeys()