ASN1Encodable
, Encodable
public class POPODecKeyChallContent extends ASN1Object
Modifier and Type | Method | Description |
---|---|---|
static POPODecKeyChallContent |
getInstance(java.lang.Object o) |
|
ASN1Primitive |
toASN1Primitive() |
POPODecKeyChallContent ::= SEQUENCE OF Challenge
|
Challenge[] |
toChallengeArray() |
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
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