public class PublicKeyAndChallenge extends ASN1Encodable
PublicKeyAndChallenge ::= SEQUENCE {
spki SubjectPublicKeyInfo,
challenge IA5STRING
}
BER, DER| Constructor and Description |
|---|
PublicKeyAndChallenge(ASN1Sequence seq) |
| Modifier and Type | Method and Description |
|---|---|
DERIA5String |
getChallenge() |
static PublicKeyAndChallenge |
getInstance(Object obj) |
SubjectPublicKeyInfo |
getSubjectPublicKeyInfo() |
DERObject |
toASN1Object() |
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCodepublic PublicKeyAndChallenge(ASN1Sequence seq)
public static PublicKeyAndChallenge getInstance(Object obj)
public DERObject toASN1Object()
toASN1Object in class ASN1Encodablepublic SubjectPublicKeyInfo getSubjectPublicKeyInfo()
public DERIA5String getChallenge()
Copyright © 2015. All rights reserved.