public class GenRepContent extends ASN1Encodable
Modifier and Type | Field and Description |
---|---|
private ASN1Sequence |
content |
BER, DER
Modifier | Constructor and Description |
---|---|
private |
GenRepContent(ASN1Sequence seq) |
Modifier and Type | Method and Description |
---|---|
static GenRepContent |
getInstance(java.lang.Object o) |
DERObject |
toASN1Object()
GenRepContent ::= SEQUENCE OF InfoTypeAndValue
|
InfoTypeAndValue[] |
toInfoTypeAndValueArray() |
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
private ASN1Sequence content
private GenRepContent(ASN1Sequence seq)
public static GenRepContent getInstance(java.lang.Object o)
public InfoTypeAndValue[] toInfoTypeAndValueArray()
public DERObject toASN1Object()
GenRepContent ::= SEQUENCE OF InfoTypeAndValue
toASN1Object
in class ASN1Encodable
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.