org.bouncycastle.asn1.pkcs

Class CertBag

Implemented Interfaces:
DEREncodable

public class CertBag
extends ASN1Encodable

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, getDERObject, getEncoded, hashCode, toASN1Object

Constructor Details

CertBag

public CertBag(ASN1Sequence seq)


CertBag

public CertBag(DERObjectIdentifier certId,
               DERObject certValue)

Method Details

getCertId

public DERObjectIdentifier getCertId()


getCertValue

public DERObject getCertValue()


toASN1Object

public DERObject toASN1Object()
Overrides:
toASN1Object in interface ASN1Encodable