Bouncy Castle Cryptography Library 1.79

org.bouncycastle.asn1.cmp
Class PKIMessages

java.lang.Object
  extended byorg.bouncycastle.asn1.ASN1Object
      extended byorg.bouncycastle.asn1.cmp.PKIMessages
All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable
Direct Known Subclasses:
NestedMessageContent

public class PKIMessages
extends org.bouncycastle.asn1.ASN1Object

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


Constructor Summary
protected PKIMessages(org.bouncycastle.asn1.ASN1Sequence seq)
           
  PKIMessages(PKIMessage msg)
           
  PKIMessages(PKIMessage[] msgs)
           
 
Method Summary
static PKIMessages getInstance(java.lang.Object o)
           
 org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
          PKIMessages ::= SEQUENCE SIZE (1..MAX) OF PKIMessage
 PKIMessage[] toPKIMessageArray()
           
 
Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PKIMessages

protected PKIMessages(org.bouncycastle.asn1.ASN1Sequence seq)

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()

toASN1Primitive

public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
PKIMessages ::= SEQUENCE SIZE (1..MAX) OF PKIMessage

Returns:
a basic ASN.1 object representation.

Bouncy Castle Cryptography Library 1.79