public class GenMsgContent
extends org.bouncycastle.asn1.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) |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive()
GenMsgContent ::= SEQUENCE OF InfoTypeAndValue
|
InfoTypeAndValue[] |
toInfoTypeAndValueArray() |
public GenMsgContent(InfoTypeAndValue itv)
public GenMsgContent(InfoTypeAndValue[] itvs)
public static GenMsgContent getInstance(java.lang.Object o)
public InfoTypeAndValue[] toInfoTypeAndValueArray()
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
GenMsgContent ::= SEQUENCE OF InfoTypeAndValue
toASN1Primitive in interface org.bouncycastle.asn1.ASN1EncodabletoASN1Primitive in class org.bouncycastle.asn1.ASN1Object