Package org.bouncycastle.pkcs
Class PKCS12SafeBag
- java.lang.Object
 - 
- org.bouncycastle.pkcs.PKCS12SafeBag
 
 
- 
public class PKCS12SafeBag extends java.lang.Object 
- 
- 
Field Summary
Fields Modifier and Type Field Description static org.bouncycastle.asn1.ASN1ObjectIdentifierfriendlyNameAttributestatic org.bouncycastle.asn1.ASN1ObjectIdentifierlocalKeyIdAttribute 
- 
Constructor Summary
Constructors Constructor Description PKCS12SafeBag(org.bouncycastle.asn1.pkcs.SafeBag safeBag) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.bouncycastle.asn1.pkcs.Attribute[]getAttributes()java.lang.ObjectgetBagValue()org.bouncycastle.asn1.ASN1ObjectIdentifiergetType()Return the BagId giving the type of content in the bag.org.bouncycastle.asn1.pkcs.SafeBagtoASN1Structure()Return the underlying ASN.1 structure for this safe bag. 
 - 
 
- 
- 
Method Detail
- 
toASN1Structure
public org.bouncycastle.asn1.pkcs.SafeBag toASN1Structure()
Return the underlying ASN.1 structure for this safe bag.- Returns:
 - a SafeBag
 
 
- 
getType
public org.bouncycastle.asn1.ASN1ObjectIdentifier getType()
Return the BagId giving the type of content in the bag.- Returns:
 - the bagId
 
 
- 
getAttributes
public org.bouncycastle.asn1.pkcs.Attribute[] getAttributes()
 
- 
getBagValue
public java.lang.Object getBagValue()
 
 - 
 
 -