org.bouncycastle.asn1.pkcs
public class SafeBag extends ASN1Encodable
| Constructor Summary | |
|---|---|
| SafeBag(DERObjectIdentifier oid, DERObject obj) | |
| SafeBag(DERObjectIdentifier oid, DERObject obj, ASN1Set bagAttributes) | |
| SafeBag(ASN1Sequence seq) | |
| Method Summary | |
|---|---|
| ASN1Set | getBagAttributes() |
| DERObjectIdentifier | getBagId() |
| DERObject | getBagValue() |
| DERObject | toASN1Object() |