public class GenMsgContent extends ASN1Object
Modifier and Type | Field and Description |
---|---|
private ASN1Sequence |
content |
Modifier | Constructor and Description |
---|---|
private |
GenMsgContent(ASN1Sequence seq) |
|
GenMsgContent(InfoTypeAndValue itv) |
|
GenMsgContent(InfoTypeAndValue[] itv) |
Modifier and Type | Method and Description |
---|---|
static GenMsgContent |
getInstance(Object o) |
ASN1Primitive |
toASN1Primitive()
GenMsgContent ::= SEQUENCE OF InfoTypeAndValue
|
InfoTypeAndValue[] |
toInfoTypeAndValueArray() |
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
private ASN1Sequence content
private GenMsgContent(ASN1Sequence seq)
public GenMsgContent(InfoTypeAndValue itv)
public GenMsgContent(InfoTypeAndValue[] itv)
public static GenMsgContent getInstance(Object o)
public InfoTypeAndValue[] toInfoTypeAndValueArray()
public ASN1Primitive toASN1Primitive()
GenMsgContent ::= SEQUENCE OF InfoTypeAndValue
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object