public class PKCS12SafeBag extends Object
Modifier and Type | Field and Description |
---|---|
static ASN1ObjectIdentifier |
friendlyNameAttribute |
static ASN1ObjectIdentifier |
localKeyIdAttribute |
Constructor and Description |
---|
PKCS12SafeBag(SafeBag safeBag) |
Modifier and Type | Method and Description |
---|---|
Attribute[] |
getAttributes() |
Object |
getBagValue() |
ASN1ObjectIdentifier |
getType()
Return the BagId giving the type of content in the bag.
|
SafeBag |
toASN1Structure()
Return the underlying ASN.1 structure for this safe bag.
|
public static final ASN1ObjectIdentifier friendlyNameAttribute
public static final ASN1ObjectIdentifier localKeyIdAttribute
public PKCS12SafeBag(SafeBag safeBag)
public SafeBag toASN1Structure()
public ASN1ObjectIdentifier getType()
public Attribute[] getAttributes()
public Object getBagValue()
Copyright © 2020 BouncyCastle.org. All rights reserved.