ASN1Encodable, Encodablepublic class GenMsgContent extends ASN1Object
| Constructor | Description |
|---|---|
GenMsgContent(InfoTypeAndValue itv) |
|
GenMsgContent(InfoTypeAndValue[] itv) |
| Modifier and Type | Method | Description |
|---|---|---|
static GenMsgContent |
getInstance(java.lang.Object o) |
|
ASN1Primitive |
toASN1Primitive() |
GenMsgContent ::= SEQUENCE OF InfoTypeAndValue
|
InfoTypeAndValue[] |
toInfoTypeAndValueArray() |
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Objectpublic GenMsgContent(InfoTypeAndValue itv)
public GenMsgContent(InfoTypeAndValue[] itv)
public static GenMsgContent getInstance(java.lang.Object o)
public InfoTypeAndValue[] toInfoTypeAndValueArray()
public ASN1Primitive toASN1Primitive()
GenMsgContent ::= SEQUENCE OF InfoTypeAndValue
toASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object