
|
Bouncy Castle Cryptography 1.11 API Specification: Class CertBag
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CertBag
public CertBag(DERConstructedSequence seq)
CertBag
public CertBag(DERObjectIdentifier certId,
DERObject certValue)
getCertId
public DERObjectIdentifier getCertId()
getCertValue
public DERObject getCertValue()
getDERObject
public DERObject getDERObject()
- Specified by:
getDERObject in interface DEREncodable
|