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