org.gudy.bouncycastle.asn1.pkcs
Class CertBag

java.lang.Object
  extended by org.gudy.bouncycastle.asn1.pkcs.CertBag
All Implemented Interfaces:
DEREncodable

public class CertBag
extends java.lang.Object
implements DEREncodable


Constructor Summary
CertBag(ASN1Sequence seq)
           
CertBag(DERObjectIdentifier certId, DERObject certValue)
           
 
Method Summary
 DERObjectIdentifier getCertId()
           
 DERObject getCertValue()
           
 DERObject getDERObject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CertBag

public CertBag(ASN1Sequence seq)

CertBag

public CertBag(DERObjectIdentifier certId,
               DERObject certValue)
Method Detail

getCertId

public DERObjectIdentifier getCertId()

getCertValue

public DERObject getCertValue()

getDERObject

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