Bouncy Castle Cryptography Library 1.49

org.bouncycastle.asn1.pkcs
Class SafeBag

java.lang.Object
  extended by org.bouncycastle.asn1.ASN1Object
      extended by org.bouncycastle.asn1.pkcs.SafeBag
All Implemented Interfaces:
ASN1Encodable

public class SafeBag
extends ASN1Object


Constructor Summary
SafeBag(ASN1ObjectIdentifier oid, ASN1Encodable obj)
           
SafeBag(ASN1ObjectIdentifier oid, ASN1Encodable obj, ASN1Set bagAttributes)
           
 
Method Summary
 ASN1Set getBagAttributes()
           
 ASN1ObjectIdentifier getBagId()
           
 ASN1Encodable getBagValue()
           
static SafeBag getInstance(java.lang.Object obj)
           
 ASN1Primitive toASN1Primitive()
           
 
Methods inherited from class org.bouncycastle.asn1.ASN1Object
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SafeBag

public SafeBag(ASN1ObjectIdentifier oid,
               ASN1Encodable obj)

SafeBag

public SafeBag(ASN1ObjectIdentifier oid,
               ASN1Encodable obj,
               ASN1Set bagAttributes)
Method Detail

getInstance

public static SafeBag getInstance(java.lang.Object obj)

getBagId

public ASN1ObjectIdentifier getBagId()

getBagValue

public ASN1Encodable getBagValue()

getBagAttributes

public ASN1Set getBagAttributes()

toASN1Primitive

public ASN1Primitive toASN1Primitive()
Specified by:
toASN1Primitive in interface ASN1Encodable
Specified by:
toASN1Primitive in class ASN1Object

Bouncy Castle Cryptography Library 1.49