public class GenMsgContent extends ASN1Object
GenMsgContent ::= SEQUENCE OF InfoTypeAndValue
| Constructor and Description |
|---|
GenMsgContent(InfoTypeAndValue itv) |
GenMsgContent(InfoTypeAndValue[] itvs) |
| Modifier and Type | Method and Description |
|---|---|
static GenMsgContent |
getInstance(java.lang.Object o) |
ASN1Primitive |
toASN1Primitive()
GenMsgContent ::= SEQUENCE OF InfoTypeAndValue
|
InfoTypeAndValue[] |
toInfoTypeAndValueArray() |
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCodepublic GenMsgContent(InfoTypeAndValue itv)
public GenMsgContent(InfoTypeAndValue[] itvs)
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