Bouncy Castle Cryptography 1.46

org.bouncycastle.asn1.cmp
Class PKIMessages

java.lang.Object
  extended by org.bouncycastle.asn1.ASN1Encodable
      extended by org.bouncycastle.asn1.cmp.PKIMessages
All Implemented Interfaces:
DEREncodable

public class PKIMessages
extends ASN1Encodable


Field Summary
 
Fields inherited from class org.bouncycastle.asn1.ASN1Encodable
BER, DER
 
Constructor Summary
PKIMessages(PKIMessage msg)
           
PKIMessages(PKIMessage[] msgs)
           
 
Method Summary
static PKIMessages getInstance(java.lang.Object o)
           
 DERObject toASN1Object()
           PKIMessages ::= SEQUENCE SIZE (1..MAX) OF PKIMessage
 PKIMessage[] toPKIMessageArray()
           
 
Methods inherited from class org.bouncycastle.asn1.ASN1Encodable
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PKIMessages

public PKIMessages(PKIMessage msg)

PKIMessages

public PKIMessages(PKIMessage[] msgs)
Method Detail

getInstance

public static PKIMessages getInstance(java.lang.Object o)

toPKIMessageArray

public PKIMessage[] toPKIMessageArray()

toASN1Object

public DERObject toASN1Object()
 PKIMessages ::= SEQUENCE SIZE (1..MAX) OF PKIMessage
 

Specified by:
toASN1Object in class ASN1Encodable
Returns:
a basic ASN.1 object representation.

Bouncy Castle Cryptography 1.46