| ASN.1 structure DER En/DeCoder.
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-asciiPairs OCTET STRING defined for regInfo in CertReqMsg [CRMF]
}
|