public class PKIMessages extends ASN1Object
Modifier and Type | Field and Description |
---|---|
private ASN1Sequence |
content |
Modifier | Constructor and Description |
---|---|
private |
PKIMessages(ASN1Sequence seq) |
|
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
private ASN1Sequence content
private PKIMessages(ASN1Sequence seq)
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