public class CertRepMessage extends ASN1Encodable
BER, DER
Constructor and Description |
---|
CertRepMessage(CMPCertificate[] caPubs,
CertResponse[] response) |
Modifier and Type | Method and Description |
---|---|
CMPCertificate[] |
getCaPubs() |
static CertRepMessage |
getInstance(Object o) |
CertResponse[] |
getResponse() |
DERObject |
toASN1Object()
CertRepMessage ::= SEQUENCE {
caPubs [1] SEQUENCE SIZE (1..MAX) OF CMPCertificate
OPTIONAL,
response SEQUENCE OF CertResponse
}
|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
public CertRepMessage(CMPCertificate[] caPubs, CertResponse[] response)
public static CertRepMessage getInstance(Object o)
public CMPCertificate[] getCaPubs()
public CertResponse[] getResponse()
public DERObject toASN1Object()
CertRepMessage ::= SEQUENCE { caPubs [1] SEQUENCE SIZE (1..MAX) OF CMPCertificate OPTIONAL, response SEQUENCE OF CertResponse }
toASN1Object
in class ASN1Encodable
Copyright © 2015. All rights reserved.