Package org.gudy.bouncycastle.asn1.pkcs
Class SafeBag
- java.lang.Object
-
- org.gudy.bouncycastle.asn1.pkcs.SafeBag
-
- All Implemented Interfaces:
DEREncodable
public class SafeBag extends java.lang.Object implements DEREncodable
-
-
Field Summary
Fields Modifier and Type Field Description (package private) ASN1Set
bagAttributes
(package private) DERObjectIdentifier
bagId
(package private) DERObject
bagValue
-
Constructor Summary
Constructors Constructor Description SafeBag(ASN1Sequence seq)
SafeBag(DERObjectIdentifier oid, DERObject obj)
SafeBag(DERObjectIdentifier oid, DERObject obj, ASN1Set bagAttributes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ASN1Set
getBagAttributes()
DERObjectIdentifier
getBagId()
DERObject
getBagValue()
DERObject
getDERObject()
-
-
-
Field Detail
-
bagId
DERObjectIdentifier bagId
-
bagValue
DERObject bagValue
-
bagAttributes
ASN1Set bagAttributes
-
-
Constructor Detail
-
SafeBag
public SafeBag(DERObjectIdentifier oid, DERObject obj)
-
SafeBag
public SafeBag(DERObjectIdentifier oid, DERObject obj, ASN1Set bagAttributes)
-
SafeBag
public SafeBag(ASN1Sequence seq)
-
-
Method Detail
-
getBagId
public DERObjectIdentifier getBagId()
-
getBagValue
public DERObject getBagValue()
-
getBagAttributes
public ASN1Set getBagAttributes()
-
getDERObject
public DERObject getDERObject()
- Specified by:
getDERObject
in interfaceDEREncodable
-
-