org.gudy.bouncycastle.asn1.pkcs
Class CertBag
java.lang.Object
org.gudy.bouncycastle.asn1.pkcs.CertBag
- All Implemented Interfaces:
- DEREncodable
public class CertBag
- extends Object
- implements DEREncodable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CertBag
public CertBag(ASN1Sequence 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