public class CertResponse extends ASN1Encodable
Modifier and Type | Field and Description |
---|---|
private CertifiedKeyPair |
certifiedKeyPair |
private DERInteger |
certReqId |
private ASN1OctetString |
rspInfo |
private PKIStatusInfo |
status |
BER, DER
Modifier | Constructor and Description |
---|---|
private |
CertResponse(ASN1Sequence seq) |
Modifier and Type | Method and Description |
---|---|
CertifiedKeyPair |
getCertifiedKeyPair() |
DERInteger |
getCertReqId() |
static CertResponse |
getInstance(java.lang.Object o) |
PKIStatusInfo |
getStatus() |
DERObject |
toASN1Object()
CertResponse ::= SEQUENCE {
certReqId INTEGER,
-- to match this response with corresponding request (a value
-- of -1 is to be used if certReqId is not specified in the
-- corresponding request)
status PKIStatusInfo,
certifiedKeyPair CertifiedKeyPair OPTIONAL,
rspInfo OCTET STRING OPTIONAL
-- analogous to the id-regInfo-utf8Pairs string defined
-- for regInfo in CertReqMsg [CRMF]
}
|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
private DERInteger certReqId
private PKIStatusInfo status
private CertifiedKeyPair certifiedKeyPair
private ASN1OctetString rspInfo
private CertResponse(ASN1Sequence seq)
public static CertResponse getInstance(java.lang.Object o)
public DERInteger getCertReqId()
public PKIStatusInfo getStatus()
public CertifiedKeyPair getCertifiedKeyPair()
public DERObject toASN1Object()
CertResponse ::= SEQUENCE { certReqId INTEGER, -- to match this response with corresponding request (a value -- of -1 is to be used if certReqId is not specified in the -- corresponding request) status PKIStatusInfo, certifiedKeyPair CertifiedKeyPair OPTIONAL, rspInfo OCTET STRING OPTIONAL -- analogous to the id-regInfo-utf8Pairs string defined -- for regInfo in CertReqMsg [CRMF] }
toASN1Object
in class ASN1Encodable
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.