public class GenMsgContent extends ASN1Encodable
BER, DER
Modifier and Type | Method and Description |
---|---|
static GenMsgContent |
getInstance(java.lang.Object o) |
DERObject |
toASN1Object()
GenMsgContent ::= SEQUENCE OF InfoTypeAndValue
|
InfoTypeAndValue[] |
toInfoTypeAndValueArray() |
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
public static GenMsgContent getInstance(java.lang.Object o)
public InfoTypeAndValue[] toInfoTypeAndValueArray()
public DERObject toASN1Object()
GenMsgContent ::= SEQUENCE OF InfoTypeAndValue
toASN1Object
in class ASN1Encodable