public class KeyRecRepContent extends ASN1Object
Modifier and Type | Method and Description |
---|---|
CMPCertificate[] |
getCaCerts() |
static KeyRecRepContent |
getInstance(java.lang.Object o) |
CertifiedKeyPair[] |
getKeyPairHist() |
CMPCertificate |
getNewSigCert() |
PKIStatusInfo |
getStatus() |
ASN1Primitive |
toASN1Primitive()
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, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
public static KeyRecRepContent getInstance(java.lang.Object o)
public PKIStatusInfo getStatus()
public CMPCertificate getNewSigCert()
public CMPCertificate[] getCaCerts()
public CertifiedKeyPair[] getKeyPairHist()
public ASN1Primitive toASN1Primitive()
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 }
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object