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(java.lang.Object o) |
ASN1Primitive |
toASN1Primitive()
GenRepContent ::= SEQUENCE OF InfoTypeAndValue
|
InfoTypeAndValue[] |
toInfoTypeAndValueArray() |
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Objectprivate ASN1Sequence content
private GenRepContent(ASN1Sequence seq)
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 ASN1EncodabletoASN1Primitive in class ASN1Object