public class POPODecKeyChallContent extends ASN1Object
Modifier and Type | Field and Description |
---|---|
private ASN1Sequence |
content |
Modifier | Constructor and Description |
---|---|
private |
POPODecKeyChallContent(ASN1Sequence seq) |
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, toASN1Object
private ASN1Sequence content
private POPODecKeyChallContent(ASN1Sequence seq)
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