Class SafeBag
java.lang.Object
org.gudy.bouncycastle.asn1.pkcs.SafeBag
- All Implemented Interfaces:
DEREncodable
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) ASN1Set(package private) DERObjectIdentifier(package private) DERObject -
Constructor Summary
ConstructorsConstructorDescriptionSafeBag(ASN1Sequence seq) SafeBag(DERObjectIdentifier oid, DERObject obj) SafeBag(DERObjectIdentifier oid, DERObject obj, ASN1Set bagAttributes) -
Method Summary
-
Field Details
-
bagId
DERObjectIdentifier bagId -
bagValue
DERObject bagValue -
bagAttributes
ASN1Set bagAttributes
-
-
Constructor Details
-
SafeBag
-
SafeBag
-
SafeBag
-
-
Method Details
-
getBagId
-
getBagValue
-
getBagAttributes
-
getDERObject
- Specified by:
getDERObjectin interfaceDEREncodable
-