public class CertStatus
extends org.bouncycastle.asn1.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 |
|---|---|
org.bouncycastle.asn1.ASN1OctetString |
getCertHash() |
org.bouncycastle.asn1.ASN1Integer |
getCertReqId() |
static CertStatus |
getInstance(java.lang.Object o) |
PKIStatusInfo |
getStatusInfo() |
org.bouncycastle.asn1.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
}
|
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 org.bouncycastle.asn1.ASN1OctetString getCertHash()
public org.bouncycastle.asn1.ASN1Integer getCertReqId()
public PKIStatusInfo getStatusInfo()
public org.bouncycastle.asn1.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 org.bouncycastle.asn1.ASN1EncodabletoASN1Primitive in class org.bouncycastle.asn1.ASN1Object