public class

CertBag

extends ASN1Encodable
java.lang.Object
   ↳ org.bouncycastle.asn1.ASN1Encodable
     ↳ org.bouncycastle.asn1.pkcs.CertBag

Summary

[Expand]
Inherited Constants
From class org.bouncycastle.asn1.ASN1Encodable
Public Constructors
CertBag(ASN1Sequence seq)
CertBag(DERObjectIdentifier certId, DERObject certValue)
Public Methods
DERObjectIdentifier getCertId()
DERObject getCertValue()
DERObject toASN1Object()
[Expand]
Inherited Methods
From class org.bouncycastle.asn1.ASN1Encodable
From class java.lang.Object
From interface org.bouncycastle.asn1.DEREncodable

Public Constructors

public CertBag (ASN1Sequence seq)

public CertBag (DERObjectIdentifier certId, DERObject certValue)

Public Methods

public DERObjectIdentifier getCertId ()

public DERObject getCertValue ()

public DERObject toASN1Object ()