org.bouncycastle.asn1.cmp

Class POPODecKeyRespContent

Implemented Interfaces:
DEREncodable

public class POPODecKeyRespContent
extends ASN1Encodable

Field Summary

Fields inherited from class org.bouncycastle.asn1.ASN1Encodable

BER, DER

Method Summary

static POPODecKeyRespContent
getInstance(Object o)
DERObject
toASN1Object()
 POPODecKeyRespContent ::= SEQUENCE OF INTEGER
 
DERInteger[]
toDERIntegerArray()

Methods inherited from class org.bouncycastle.asn1.ASN1Encodable

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

Method Details

getInstance

public static POPODecKeyRespContent getInstance(Object o)

toASN1Object

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

toDERIntegerArray

public DERInteger[] toDERIntegerArray()