public class PublicKeyAndChallenge extends ASN1Object
PublicKeyAndChallenge ::= SEQUENCE {
spki SubjectPublicKeyInfo,
challenge IA5STRING
}
| Modifier and Type | Method and Description |
|---|---|
DERIA5String |
getChallenge()
Deprecated.
Use
getChallengeIA5() instead. |
ASN1IA5String |
getChallengeIA5() |
static PublicKeyAndChallenge |
getInstance(java.lang.Object obj) |
SubjectPublicKeyInfo |
getSubjectPublicKeyInfo() |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCodepublic static PublicKeyAndChallenge getInstance(java.lang.Object obj)
public ASN1Primitive toASN1Primitive()
ASN1ObjecttoASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Objectpublic SubjectPublicKeyInfo getSubjectPublicKeyInfo()
public DERIA5String getChallenge()
getChallengeIA5() instead.public ASN1IA5String getChallengeIA5()