public class CertBag extends ASN1Encodable
BER, DER
Constructor and Description |
---|
CertBag(ASN1Sequence seq) |
CertBag(DERObjectIdentifier certId,
DERObject certValue) |
Modifier and Type | Method and Description |
---|---|
DERObjectIdentifier |
getCertId() |
DERObject |
getCertValue() |
DERObject |
toASN1Object() |
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
public CertBag(ASN1Sequence seq)
public CertBag(DERObjectIdentifier certId, DERObject certValue)
public DERObjectIdentifier getCertId()
public DERObject getCertValue()
public DERObject toASN1Object()
toASN1Object
in class ASN1Encodable
Copyright © 2015. All rights reserved.