Google

Bouncy Castle Cryptography 1.11 API Specification: Class SafeBag
Bouncy Castle Cryptography 1.11

org.bouncycastle.asn1.pkcs
Class SafeBag

java.lang.Object
  |
  +--org.bouncycastle.asn1.pkcs.SafeBag
All Implemented Interfaces:
DEREncodable

public class SafeBag
extends java.lang.Object
implements DEREncodable


Constructor Summary
SafeBag(DERConstructedSequence seq)
           
SafeBag(DERObjectIdentifier oid, DERObject obj)
           
SafeBag(DERObjectIdentifier oid, DERObject obj, DERConstructedSet bagAttributes)
           
 
Method Summary
 DERConstructedSet getBagAttributes()
           
 DERObjectIdentifier getBagId()
           
 DERObject getBagValue()
           
 DERObject getDERObject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SafeBag

public SafeBag(DERObjectIdentifier oid,
               DERObject obj)

SafeBag

public SafeBag(DERObjectIdentifier oid,
               DERObject obj,
               DERConstructedSet bagAttributes)

SafeBag

public SafeBag(DERConstructedSequence seq)
Method Detail

getBagId

public DERObjectIdentifier getBagId()

getBagValue

public DERObject getBagValue()

getBagAttributes

public DERConstructedSet getBagAttributes()

getDERObject

public DERObject getDERObject()
Specified by:
getDERObject in interface DEREncodable

Bouncy Castle Cryptography 1.11