public class PublicKeyAndChallenge
extends org.bouncycastle.asn1.ASN1Object
PublicKeyAndChallenge ::= SEQUENCE { spki SubjectPublicKeyInfo, challenge IA5STRING }
Modifier and Type | Method and Description |
---|---|
org.bouncycastle.asn1.DERIA5String |
getChallenge()
Deprecated.
Use
getChallengeIA5() instead. |
org.bouncycastle.asn1.ASN1IA5String |
getChallengeIA5() |
static PublicKeyAndChallenge |
getInstance(java.lang.Object obj) |
org.bouncycastle.asn1.x509.SubjectPublicKeyInfo |
getSubjectPublicKeyInfo() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
public static PublicKeyAndChallenge getInstance(java.lang.Object obj)
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive
in interface org.bouncycastle.asn1.ASN1Encodable
toASN1Primitive
in class org.bouncycastle.asn1.ASN1Object
public org.bouncycastle.asn1.x509.SubjectPublicKeyInfo getSubjectPublicKeyInfo()
public org.bouncycastle.asn1.DERIA5String getChallenge()
getChallengeIA5()
instead.public org.bouncycastle.asn1.ASN1IA5String getChallengeIA5()