public class GenRepContent extends ASN1Encodable
BER, DER
Constructor and Description |
---|
GenRepContent(InfoTypeAndValue itv) |
GenRepContent(InfoTypeAndValue[] itv) |
Modifier and Type | Method and Description |
---|---|
static GenRepContent |
getInstance(Object o) |
DERObject |
toASN1Object()
GenRepContent ::= SEQUENCE OF InfoTypeAndValue
|
InfoTypeAndValue[] |
toInfoTypeAndValueArray() |
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
public GenRepContent(InfoTypeAndValue itv)
public GenRepContent(InfoTypeAndValue[] itv)
public static GenRepContent getInstance(Object o)
public InfoTypeAndValue[] toInfoTypeAndValueArray()
public DERObject toASN1Object()
GenRepContent ::= SEQUENCE OF InfoTypeAndValue
toASN1Object
in class ASN1Encodable
Copyright © 2015. All rights reserved.