org.bouncycastle.asn1.pkcs
Class CertBag

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

public class CertBag
extends ASN1Encodable


Field Summary
(package private)  DERObjectIdentifier certId
           
(package private)  DERObject certValue
           
(package private)  ASN1Sequence seq
           
 
Fields inherited from class org.bouncycastle.asn1.ASN1Encodable
BER, DER
 
Constructor Summary
CertBag(ASN1Sequence seq)
           
CertBag(DERObjectIdentifier certId, DERObject certValue)
           
 
Method Summary
 DERObjectIdentifier getCertId()
           
 DERObject getCertValue()
           
 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
 

Field Detail

seq

ASN1Sequence seq

certId

DERObjectIdentifier certId

certValue

DERObject certValue
Constructor Detail

CertBag

public CertBag(ASN1Sequence seq)

CertBag

public CertBag(DERObjectIdentifier certId,
               DERObject certValue)
Method Detail

getCertId

public DERObjectIdentifier getCertId()

getCertValue

public DERObject getCertValue()

toASN1Object

public DERObject toASN1Object()
Specified by:
toASN1Object in class ASN1Encodable