public class CertStatus extends ASN1Encodable
Modifier and Type | Field and Description |
---|---|
private ASN1OctetString |
certHash |
private DERInteger |
certReqId |
private PKIStatusInfo |
statusInfo |
BER, DER
Modifier | Constructor and Description |
---|---|
private |
CertStatus(ASN1Sequence seq) |
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, hashCode
private ASN1OctetString certHash
private DERInteger certReqId
private PKIStatusInfo statusInfo
private CertStatus(ASN1Sequence seq)
public 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
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.