public class

CertRepMessage

extends ASN1Encodable
java.lang.Object
   ↳ org.bouncycastle.asn1.ASN1Encodable
     ↳ org.bouncycastle.asn1.cmp.CertRepMessage

Summary

[Expand]
Inherited Constants
From class org.bouncycastle.asn1.ASN1Encodable
Public Constructors
CertRepMessage(CMPCertificate[] caPubs, CertResponse[] response)
Public Methods
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
 }
 
[Expand]
Inherited Methods
From class org.bouncycastle.asn1.ASN1Encodable
From class java.lang.Object
From interface org.bouncycastle.asn1.DEREncodable

Public Constructors

public CertRepMessage (CMPCertificate[] caPubs, CertResponse[] response)

Public Methods

public CMPCertificate[] getCaPubs ()

public static CertRepMessage getInstance (Object o)

public CertResponse[] getResponse ()

public DERObject toASN1Object ()

 CertRepMessage ::= SEQUENCE {
                          caPubs       [1] SEQUENCE SIZE (1..MAX) OF CMPCertificate
                                                                             OPTIONAL,
                          response         SEQUENCE OF CertResponse
 }
 

Returns
  • a basic ASN.1 object representation.