public class PublicKeyAndChallenge extends ASN1Object
PublicKeyAndChallenge ::= SEQUENCE { spki SubjectPublicKeyInfo, challenge IA5STRING }
Modifier and Type | Field and Description |
---|---|
private DERIA5String |
challenge |
private ASN1Sequence |
pkacSeq |
private SubjectPublicKeyInfo |
spki |
Modifier | Constructor and Description |
---|---|
private |
PublicKeyAndChallenge(ASN1Sequence seq) |
Modifier and Type | Method and Description |
---|---|
DERIA5String |
getChallenge() |
static PublicKeyAndChallenge |
getInstance(java.lang.Object obj) |
SubjectPublicKeyInfo |
getSubjectPublicKeyInfo() |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
private ASN1Sequence pkacSeq
private SubjectPublicKeyInfo spki
private DERIA5String challenge
private PublicKeyAndChallenge(ASN1Sequence seq)
public static PublicKeyAndChallenge getInstance(java.lang.Object obj)
public ASN1Primitive toASN1Primitive()
ASN1Object
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object
public SubjectPublicKeyInfo getSubjectPublicKeyInfo()
public DERIA5String getChallenge()