public class PKIMessages extends ASN1Object
Constructor and Description |
---|
PKIMessages(PKIMessage msg) |
PKIMessages(PKIMessage[] msgs) |
Modifier and Type | Method and Description |
---|---|
static PKIMessages |
getInstance(java.lang.Object o) |
ASN1Primitive |
toASN1Primitive()
PKIMessages ::= SEQUENCE SIZE (1..MAX) OF PKIMessage
|
PKIMessage[] |
toPKIMessageArray() |
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
public PKIMessages(PKIMessage msg)
public PKIMessages(PKIMessage[] msgs)
public static PKIMessages getInstance(java.lang.Object o)
public PKIMessage[] toPKIMessageArray()
public ASN1Primitive toASN1Primitive()
PKIMessages ::= SEQUENCE SIZE (1..MAX) OF PKIMessage
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object