org.bouncycastle.asn1.cmp
public class CertStatus extends ASN1Encodable
BER, DER| Modifier and Type | Method and Description |
|---|---|
DERInteger |
getCertReqId() |
static CertStatus |
getInstance(java.lang.Object o) |
PKIStatusInfo |
getStatusInfo() |
DERObject |
toASN1Object()
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, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCodepublic static CertStatus getInstance(java.lang.Object o)
public DERInteger getCertReqId()
public PKIStatusInfo getStatusInfo()
public DERObject toASN1Object()
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
}
toASN1Object in class ASN1Encodable