Google

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

org.bouncycastle.asn1.pkcs
Class CertBag

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

public class CertBag
extends java.lang.Object
implements DEREncodable


Constructor Summary
CertBag(DERConstructedSequence 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(DERConstructedSequence 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

Bouncy Castle Cryptography 1.11