public class CertStatus extends ASN1Object
Constructor and Description |
---|
CertStatus(byte[] certHash,
java.math.BigInteger certReqId) |
CertStatus(byte[] certHash,
java.math.BigInteger certReqId,
PKIStatusInfo statusInfo) |
CertStatus(byte[] certHash,
java.math.BigInteger certReqId,
PKIStatusInfo statusInfo,
AlgorithmIdentifier hashAlg) |
Modifier and Type | Method and Description |
---|---|
ASN1OctetString |
getCertHash() |
ASN1Integer |
getCertReqId() |
AlgorithmIdentifier |
getHashAlg() |
static CertStatus |
getInstance(java.lang.Object o) |
PKIStatusInfo |
getStatusInfo() |
ASN1Primitive |
toASN1Primitive()
CertStatus ::= SEQUENCE {
certHash OCTET STRING,
certReqId INTEGER,
statusInfo PKIStatusInfo OPTIONAL,
hashAlg [0] AlgorithmIdentifier{DIGEST-ALGORITHM, {...}}
|
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
public CertStatus(byte[] certHash, java.math.BigInteger certReqId)
public CertStatus(byte[] certHash, java.math.BigInteger certReqId, PKIStatusInfo statusInfo)
public CertStatus(byte[] certHash, java.math.BigInteger certReqId, PKIStatusInfo statusInfo, AlgorithmIdentifier hashAlg)
public static CertStatus getInstance(java.lang.Object o)
public ASN1OctetString getCertHash()
public ASN1Integer getCertReqId()
public PKIStatusInfo getStatusInfo()
public AlgorithmIdentifier getHashAlg()
public ASN1Primitive toASN1Primitive()
CertStatus ::= SEQUENCE { certHash OCTET STRING, certReqId INTEGER, statusInfo PKIStatusInfo OPTIONAL, hashAlg [0] AlgorithmIdentifier{DIGEST-ALGORITHM, {...}} OPTIONAL }
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object