public class GenRepContent extends ASN1Object
Modifier and Type | Field and Description |
---|---|
private ASN1Sequence |
content |
Modifier | Constructor and Description |
---|---|
private |
GenRepContent(ASN1Sequence seq) |
|
GenRepContent(InfoTypeAndValue itv) |
|
GenRepContent(InfoTypeAndValue[] itv) |
Modifier and Type | Method and Description |
---|---|
static GenRepContent |
getInstance(Object o) |
ASN1Primitive |
toASN1Primitive()
GenRepContent ::= SEQUENCE OF InfoTypeAndValue
|
InfoTypeAndValue[] |
toInfoTypeAndValueArray() |
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
private ASN1Sequence content
private GenRepContent(ASN1Sequence seq)
public GenRepContent(InfoTypeAndValue itv)
public GenRepContent(InfoTypeAndValue[] itv)
public static GenRepContent getInstance(Object o)
public InfoTypeAndValue[] toInfoTypeAndValueArray()
public ASN1Primitive toASN1Primitive()
GenRepContent ::= SEQUENCE OF InfoTypeAndValue
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object