public class GenMsgContent extends ASN1Encodable
Modifier and Type | Field and Description |
---|---|
private ASN1Sequence |
content |
BER, DER
Modifier | Constructor and Description |
---|---|
private |
GenMsgContent(ASN1Sequence seq) |
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
private ASN1Sequence content
private GenMsgContent(ASN1Sequence seq)
public static GenMsgContent getInstance(java.lang.Object o)
public InfoTypeAndValue[] toInfoTypeAndValueArray()
public DERObject toASN1Object()
GenMsgContent ::= SEQUENCE OF InfoTypeAndValue
toASN1Object
in class ASN1Encodable
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.