public class GenRepContent extends ASN1Encodable
BER, DER
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
public static GenRepContent getInstance(java.lang.Object o)
public InfoTypeAndValue[] toInfoTypeAndValueArray()
public DERObject toASN1Object()
GenRepContent ::= SEQUENCE OF InfoTypeAndValue
toASN1Object
in class ASN1Encodable