public class POPODecKeyChallContent extends ASN1Object
Modifier and Type | Method and Description |
---|---|
static POPODecKeyChallContent |
getInstance(java.lang.Object o) |
ASN1Primitive |
toASN1Primitive()
POPODecKeyChallContent ::= SEQUENCE OF Challenge
|
Challenge[] |
toChallengeArray() |
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
public static POPODecKeyChallContent getInstance(java.lang.Object o)
public Challenge[] toChallengeArray()
public ASN1Primitive toASN1Primitive()
POPODecKeyChallContent ::= SEQUENCE OF Challenge
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object