org.bouncycastle.asn1.cmp

Class GenRepContent

Implemented Interfaces:
DEREncodable

public class GenRepContent
extends ASN1Encodable

Field Summary

Fields inherited from class org.bouncycastle.asn1.ASN1Encodable

BER, DER

Method Summary

static GenRepContent
getInstance(Object o)
DERObject
toASN1Object()
 GenRepContent ::= SEQUENCE OF InfoTypeAndValue
 
InfoTypeAndValue[]
toInfoTypeAndValueArray()

Methods inherited from class org.bouncycastle.asn1.ASN1Encodable

equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode, toASN1Object

Method Details

getInstance

public static GenRepContent getInstance(Object o)

toASN1Object

public DERObject toASN1Object()
 GenRepContent ::= SEQUENCE OF InfoTypeAndValue
 
Overrides:
toASN1Object in interface ASN1Encodable
Returns:
a basic ASN.1 object representation.

toInfoTypeAndValueArray

public InfoTypeAndValue[] toInfoTypeAndValueArray()