public class CertRepMessage extends ASN1Object
Modifier and Type | Field and Description |
---|---|
private ASN1Sequence |
caPubs |
private ASN1Sequence |
response |
Modifier | Constructor and Description |
---|---|
private |
CertRepMessage(ASN1Sequence seq) |
|
CertRepMessage(CMPCertificate[] caPubs,
CertResponse[] response) |
Modifier and Type | Method and Description |
---|---|
CMPCertificate[] |
getCaPubs() |
static CertRepMessage |
getInstance(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
private ASN1Sequence caPubs
private ASN1Sequence response
private CertRepMessage(ASN1Sequence seq)
public CertRepMessage(CMPCertificate[] caPubs, CertResponse[] response)
public static CertRepMessage getInstance(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