public class KeyRecRepContent
extends java.lang.Object
implements org.bouncycastle.asn1.ASN1Encodable
KeyRecRepContent ::= SEQUENCE { status PKIStatusInfo, newSigCert [0] Certificate OPTIONAL, (Certificate) caCerts [1] SEQUENCE SIZE (1..MAX) OF Certificate OPTIONAL, (Certificate) keyPairHist [2] SEQUENCE SIZE (1..MAX) OF CertifiedKeyPair OPTIONAL }
Constructor and Description |
---|
KeyRecRepContent(org.bouncycastle.asn1.ASN1Sequence seq) |
KeyRecRepContent(PKIStatusInfo status) |
Modifier and Type | Method and Description |
---|---|
void |
addCaCerts(org.bouncycastle.asn1.x509.Certificate caCert) |
void |
addKeyPairHist(CertifiedKeyPair keyPairHist) |
org.bouncycastle.asn1.x509.Certificate |
getCaCerts(int nr) |
static KeyRecRepContent |
getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj,
boolean explicit) |
static KeyRecRepContent |
getInstance(java.lang.Object obj) |
CertifiedKeyPair |
getKeyPairHist(int nr) |
org.bouncycastle.asn1.x509.Certificate |
getNewSigCert() |
PKIStatusInfo |
getStatus() |
void |
setNewSigCert(org.bouncycastle.asn1.x509.Certificate newSigCert) |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
java.lang.String |
toString() |
public KeyRecRepContent(org.bouncycastle.asn1.ASN1Sequence seq)
public KeyRecRepContent(PKIStatusInfo status)
public static KeyRecRepContent getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj, boolean explicit)
public static KeyRecRepContent getInstance(java.lang.Object obj)
public PKIStatusInfo getStatus()
public org.bouncycastle.asn1.x509.Certificate getNewSigCert()
public void setNewSigCert(org.bouncycastle.asn1.x509.Certificate newSigCert)
public void addCaCerts(org.bouncycastle.asn1.x509.Certificate caCert)
public org.bouncycastle.asn1.x509.Certificate getCaCerts(int nr)
public void addKeyPairHist(CertifiedKeyPair keyPairHist)
public CertifiedKeyPair getKeyPairHist(int nr)
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive
in interface org.bouncycastle.asn1.ASN1Encodable
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2018 Agencia de Tecnología y Certificación Electrónica. All Rights Reserved.