public class SafeBag extends ASN1Encodable
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, hashCode
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 ASN1Encodable
Copyright © 2015. All rights reserved.