public class CertRepMessage extends ASN1Object
Constructor and Description |
---|
CertRepMessage(CMPCertificate[] caPubs,
CertResponse[] response) |
Modifier and Type | Method and Description |
---|---|
CMPCertificate[] |
getCaPubs() |
static CertRepMessage |
getInstance(java.lang.Object o) |
CertResponse[] |
getResponse() |
ASN1Primitive |
toASN1Primitive()
CertRepMessage ::= SEQUENCE {
caPubs [1] SEQUENCE SIZE (1..MAX) OF CMPCertificate
OPTIONAL,
response SEQUENCE OF CertResponse
}
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
public CertRepMessage(CMPCertificate[] caPubs, CertResponse[] response)
public static CertRepMessage getInstance(java.lang.Object o)
public CMPCertificate[] getCaPubs()
public CertResponse[] getResponse()
public ASN1Primitive toASN1Primitive()
CertRepMessage ::= SEQUENCE { caPubs [1] SEQUENCE SIZE (1..MAX) OF CMPCertificate OPTIONAL, response SEQUENCE OF CertResponse }
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object