|
Bouncy Castle Cryptography Library 1.37 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.asn1.ASN1Encodable
org.bouncycastle.asn1.pkcs.SafeBag
public class SafeBag
Field Summary |
---|
Fields inherited from class org.bouncycastle.asn1.ASN1Encodable |
---|
BER, DER |
Constructor Summary | |
---|---|
SafeBag(ASN1Sequence seq)
|
|
SafeBag(DERObjectIdentifier oid,
DERObject obj)
|
|
SafeBag(DERObjectIdentifier oid,
DERObject obj,
ASN1Set bagAttributes)
|
Method Summary | |
---|---|
ASN1Set |
getBagAttributes()
|
DERObjectIdentifier |
getBagId()
|
DERObject |
getBagValue()
|
DERObject |
toASN1Object()
|
Methods inherited from class org.bouncycastle.asn1.ASN1Encodable |
---|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SafeBag(DERObjectIdentifier oid, DERObject obj)
public SafeBag(DERObjectIdentifier oid, DERObject obj, ASN1Set bagAttributes)
public SafeBag(ASN1Sequence seq)
Method Detail |
---|
public DERObjectIdentifier getBagId()
public DERObject getBagValue()
public ASN1Set getBagAttributes()
public DERObject toASN1Object()
toASN1Object
in class ASN1Encodable
|
Bouncy Castle Cryptography Library 1.37 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |