org.bouncycastle.asn1.cmp
Class PKIMessages
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.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
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 |
PKIMessages
protected PKIMessages(org.bouncycastle.asn1.ASN1Sequence seq)
PKIMessages
public PKIMessages(PKIMessage msg)
PKIMessages
public PKIMessages(PKIMessage[] msgs)
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.