public class KeyRecRepContent extends ASN1Object
| Modifier and Type | Field and Description |
|---|---|
private ASN1Sequence |
caCerts |
private ASN1Sequence |
keyPairHist |
private CMPCertificate |
newSigCert |
private PKIStatusInfo |
status |
| Modifier | Constructor and Description |
|---|---|
private |
KeyRecRepContent(ASN1Sequence seq) |
| Modifier and Type | Method and Description |
|---|---|
private void |
addOptional(ASN1EncodableVector v,
int tagNo,
ASN1Encodable obj) |
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, toASN1Objectprivate PKIStatusInfo status
private CMPCertificate newSigCert
private ASN1Sequence caCerts
private ASN1Sequence keyPairHist
private KeyRecRepContent(ASN1Sequence seq)
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 ASN1EncodabletoASN1Primitive in class ASN1Objectprivate void addOptional(ASN1EncodableVector v, int tagNo, ASN1Encodable obj)