public class CertRepMessage
extends java.lang.Object
implements org.bouncycastle.asn1.ASN1Encodable
CertRepMessage ::= SEQUENCE { caPubs [1] SEQUENCE SIZE (1..MAX) OF Certificate OPTIONAL, (Certificate) response SEQUENCE OF CertResponse }
Constructor and Description |
---|
CertRepMessage(org.bouncycastle.asn1.ASN1Sequence seq) |
CertRepMessage(CertResponse response) |
Modifier and Type | Method and Description |
---|---|
void |
addCaPubs(org.bouncycastle.asn1.x509.Certificate caPub) |
void |
addResponse(CertResponse response) |
org.bouncycastle.asn1.x509.Certificate |
getCaPubs(int nr) |
static CertRepMessage |
getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj,
boolean explicit) |
static CertRepMessage |
getInstance(java.lang.Object obj) |
CertResponse |
getResponse(int nr) |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
java.lang.String |
toString() |
public CertRepMessage(org.bouncycastle.asn1.ASN1Sequence seq)
public CertRepMessage(CertResponse response)
public static CertRepMessage getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj, boolean explicit)
public static CertRepMessage getInstance(java.lang.Object obj)
public void addCaPubs(org.bouncycastle.asn1.x509.Certificate caPub)
public org.bouncycastle.asn1.x509.Certificate getCaPubs(int nr)
public void addResponse(CertResponse response)
public CertResponse getResponse(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.