public class SafeBag extends ASN1Encodable
| Modifier and Type | Field and Description |
|---|---|
(package private) ASN1Set |
bagAttributes |
(package private) DERObjectIdentifier |
bagId |
(package private) DERObject |
bagValue |
BER, DER| Constructor and Description |
|---|
SafeBag(ASN1Sequence seq) |
SafeBag(DERObjectIdentifier oid,
DERObject obj) |
SafeBag(DERObjectIdentifier oid,
DERObject obj,
ASN1Set bagAttributes) |
| Modifier and Type | Method and Description |
|---|---|
ASN1Set |
getBagAttributes() |
DERObjectIdentifier |
getBagId() |
DERObject |
getBagValue() |
DERObject |
toASN1Object() |
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCodeDERObjectIdentifier bagId
DERObject bagValue
ASN1Set bagAttributes
public SafeBag(DERObjectIdentifier oid, DERObject obj)
public SafeBag(DERObjectIdentifier oid, DERObject obj, ASN1Set bagAttributes)
public SafeBag(ASN1Sequence seq)
public DERObjectIdentifier getBagId()
public DERObject getBagValue()
public ASN1Set getBagAttributes()
public DERObject toASN1Object()
toASN1Object in class ASN1EncodableCopyright © 1998-2014 Gamma Technologies. All Rights Reserved.