org.bouncycastle.asn1.cmp

Class POPODecKeyChallContent

Implemented Interfaces:
DEREncodable

public class POPODecKeyChallContent
extends ASN1Encodable

Field Summary

Fields inherited from class org.bouncycastle.asn1.ASN1Encodable

BER, DER

Method Summary

static POPODecKeyChallContent
getInstance(Object o)
DERObject
toASN1Object()
 POPODecKeyChallContent ::= SEQUENCE OF Challenge
 
Challenge[]
toChallengeArray()

Methods inherited from class org.bouncycastle.asn1.ASN1Encodable

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

Method Details

getInstance

public static POPODecKeyChallContent getInstance(Object o)

toASN1Object

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

toChallengeArray

public Challenge[] toChallengeArray()