ASN1Encodable, Encodablepublic class GetCert extends ASN1Object
id-cmc-getCert OBJECT IDENTIFIER ::= {id-cmc 15}
GetCert ::= SEQUENCE {
issuerName GeneralName,
serialNumber INTEGER }
| Constructor | Description |
|---|---|
GetCert(GeneralName issuerName,
java.math.BigInteger serialNumber) |
| Modifier and Type | Method | 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, toASN1Objectpublic 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()
ASN1ObjecttoASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object