public class CertStatus extends ASN1Encodable
BER, DER| Constructor and Description |
|---|
CertStatus(byte[] certHash,
BigInteger certReqId) |
CertStatus(byte[] certHash,
BigInteger certReqId,
PKIStatusInfo statusInfo) |
| Modifier and Type | Method and Description |
|---|---|
ASN1OctetString |
getCertHash() |
DERInteger |
getCertReqId() |
static CertStatus |
getInstance(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 CertStatus(byte[] certHash,
BigInteger certReqId)
public CertStatus(byte[] certHash,
BigInteger certReqId,
PKIStatusInfo statusInfo)
public static CertStatus getInstance(Object o)
public ASN1OctetString getCertHash()
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 ASN1EncodableCopyright © 2015. All rights reserved.