public class GenMsgContent extends ASN1Object
Constructor and Description |
---|
GenMsgContent(InfoTypeAndValue itv) |
GenMsgContent(InfoTypeAndValue[] itvs) |
Modifier and Type | Method and Description |
---|---|
static GenMsgContent |
getInstance(Object o) |
ASN1Primitive |
toASN1Primitive()
GenMsgContent ::= SEQUENCE OF InfoTypeAndValue
|
InfoTypeAndValue[] |
toInfoTypeAndValueArray() |
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
public GenMsgContent(InfoTypeAndValue itv)
public GenMsgContent(InfoTypeAndValue[] itvs)
public static GenMsgContent getInstance(Object o)
public InfoTypeAndValue[] toInfoTypeAndValueArray()
public ASN1Primitive toASN1Primitive()
GenMsgContent ::= SEQUENCE OF InfoTypeAndValue
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object
Copyright © 2021 BouncyCastle.org. All rights reserved.