public class GenMsgContent extends ASN1Encodable
BER, DER
Constructor and Description |
---|
GenMsgContent(InfoTypeAndValue itv) |
GenMsgContent(InfoTypeAndValue[] itv) |
Modifier and Type | Method and Description |
---|---|
static GenMsgContent |
getInstance(Object o) |
DERObject |
toASN1Object()
GenMsgContent ::= SEQUENCE OF InfoTypeAndValue
|
InfoTypeAndValue[] |
toInfoTypeAndValueArray() |
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
public GenMsgContent(InfoTypeAndValue itv)
public GenMsgContent(InfoTypeAndValue[] itv)
public static GenMsgContent getInstance(Object o)
public InfoTypeAndValue[] toInfoTypeAndValueArray()
public DERObject toASN1Object()
GenMsgContent ::= SEQUENCE OF InfoTypeAndValue
toASN1Object
in class ASN1Encodable
Copyright © 2015. All rights reserved.