public class KeyRecRepContent extends ASN1Encodable
BER, DER
Modifier and Type | Method and Description |
---|---|
CMPCertificate[] |
getCaCerts() |
static KeyRecRepContent |
getInstance(Object o) |
CertifiedKeyPair[] |
getKeyPairHist() |
CMPCertificate |
getNewSigCert() |
PKIStatusInfo |
getStatus() |
DERObject |
toASN1Object()
KeyRecRepContent ::= SEQUENCE {
status PKIStatusInfo,
newSigCert [0] CMPCertificate OPTIONAL,
caCerts [1] SEQUENCE SIZE (1..MAX) OF
CMPCertificate OPTIONAL,
keyPairHist [2] SEQUENCE SIZE (1..MAX) OF
CertifiedKeyPair OPTIONAL
}
|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
public static KeyRecRepContent getInstance(Object o)
public PKIStatusInfo getStatus()
public CMPCertificate getNewSigCert()
public CMPCertificate[] getCaCerts()
public CertifiedKeyPair[] getKeyPairHist()
public DERObject toASN1Object()
KeyRecRepContent ::= SEQUENCE { status PKIStatusInfo, newSigCert [0] CMPCertificate OPTIONAL, caCerts [1] SEQUENCE SIZE (1..MAX) OF CMPCertificate OPTIONAL, keyPairHist [2] SEQUENCE SIZE (1..MAX) OF CertifiedKeyPair OPTIONAL }
toASN1Object
in class ASN1Encodable
Copyright © 2015. All rights reserved.