public class GetCert extends ASN1Object
id-cmc-getCert OBJECT IDENTIFIER ::= {id-cmc 15} GetCert ::= SEQUENCE { issuerName GeneralName, serialNumber INTEGER }
Constructor and Description |
---|
GetCert(GeneralName issuerName,
java.math.BigInteger serialNumber) |
Modifier and Type | Method and Description |
---|---|
static GetCert |
getInstance(java.lang.Object o) |
GeneralName |
getIssuerName() |
java.math.BigInteger |
getSerialNumber() |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
public GetCert(GeneralName issuerName, java.math.BigInteger serialNumber)
public static GetCert getInstance(java.lang.Object o)
public GeneralName getIssuerName()
public java.math.BigInteger getSerialNumber()
public ASN1Primitive toASN1Primitive()
ASN1Object
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object