Package org.bouncycastle.asn1.cmp
Class PKIMessages
- java.lang.Object
-
- org.bouncycastle.asn1.ASN1Object
-
- org.bouncycastle.asn1.cmp.PKIMessages
-
- All Implemented Interfaces:
ASN1Encodable
,Encodable
public class PKIMessages extends ASN1Object
-
-
Constructor Summary
Constructors Constructor Description PKIMessages(PKIMessage msg)
PKIMessages(PKIMessage[] msgs)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PKIMessages
getInstance(java.lang.Object o)
ASN1Primitive
toASN1Primitive()
PKIMessages ::= SEQUENCE SIZE (1..MAX) OF PKIMessagePKIMessage[]
toPKIMessageArray()
-
Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
-
-
-
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()
-
toASN1Primitive
public ASN1Primitive toASN1Primitive()
PKIMessages ::= SEQUENCE SIZE (1..MAX) OF PKIMessage
- Specified by:
toASN1Primitive
in interfaceASN1Encodable
- Specified by:
toASN1Primitive
in classASN1Object
- Returns:
- a basic ASN.1 object representation.
-
-