public class PKCS12SafeBag
extends java.lang.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() |
java.lang.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 SafeBag toASN1Structure()
public ASN1ObjectIdentifier getType()
public Attribute[] getAttributes()
public java.lang.Object getBagValue()