org.bouncycastle.asn1.cmp
public class POPODecKeyChallContent extends ASN1Encodable
BER, DER
Modifier and Type | Method and Description |
---|---|
static POPODecKeyChallContent |
getInstance(java.lang.Object o) |
DERObject |
toASN1Object()
POPODecKeyChallContent ::= SEQUENCE OF Challenge
|
Challenge[] |
toChallengeArray() |
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
public static POPODecKeyChallContent getInstance(java.lang.Object o)
public Challenge[] toChallengeArray()
public DERObject toASN1Object()
POPODecKeyChallContent ::= SEQUENCE OF Challenge
toASN1Object
in class ASN1Encodable