public class CertStatus extends ASN1Object
Constructor and Description |
---|
CertStatus(byte[] certHash,
java.math.BigInteger certReqId) |
CertStatus(byte[] certHash,
java.math.BigInteger certReqId,
PKIStatusInfo statusInfo) |
Modifier and Type | Method and Description |
---|---|
ASN1OctetString |
getCertHash() |
ASN1Integer |
getCertReqId() |
static CertStatus |
getInstance(java.lang.Object o) |
PKIStatusInfo |
getStatusInfo() |
ASN1Primitive |
toASN1Primitive()
CertStatus ::= SEQUENCE {
certHash OCTET STRING,
-- the hash of the certificate, using the same hash algorithm
-- as is used to create and verify the certificate signature
certReqId INTEGER,
-- to match this confirmation with the corresponding req/rep
statusInfo PKIStatusInfo OPTIONAL
}
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
public CertStatus(byte[] certHash, java.math.BigInteger certReqId)
public CertStatus(byte[] certHash, java.math.BigInteger certReqId, PKIStatusInfo statusInfo)
public static CertStatus getInstance(java.lang.Object o)
public ASN1OctetString getCertHash()
public ASN1Integer getCertReqId()
public PKIStatusInfo getStatusInfo()
public ASN1Primitive toASN1Primitive()
CertStatus ::= SEQUENCE { certHash OCTET STRING, -- the hash of the certificate, using the same hash algorithm -- as is used to create and verify the certificate signature certReqId INTEGER, -- to match this confirmation with the corresponding req/rep statusInfo PKIStatusInfo OPTIONAL }
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object