public interface PKCS12BagAttributeCarrier
Modifier and Type | Method and Description |
---|---|
org.bouncycastle.asn1.ASN1Encodable |
getBagAttribute(org.bouncycastle.asn1.ASN1ObjectIdentifier oid) |
Enumeration |
getBagAttributeKeys() |
void |
setBagAttribute(org.bouncycastle.asn1.ASN1ObjectIdentifier oid,
org.bouncycastle.asn1.ASN1Encodable attribute) |
void setBagAttribute(org.bouncycastle.asn1.ASN1ObjectIdentifier oid, org.bouncycastle.asn1.ASN1Encodable attribute)
org.bouncycastle.asn1.ASN1Encodable getBagAttribute(org.bouncycastle.asn1.ASN1ObjectIdentifier oid)
Enumeration getBagAttributeKeys()
Copyright © 2017 BouncyCastle.org. All rights reserved.