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