ASN1Encodable
, Encodable
public class SignedPublicKeyAndChallenge extends ASN1Object
SignedPublicKeyAndChallenge ::= SEQUENCE { publicKeyAndChallenge PublicKeyAndChallenge, signatureAlgorithm AlgorithmIdentifier, signature BIT STRING }
Modifier and Type | Method | Description |
---|---|---|
static SignedPublicKeyAndChallenge |
getInstance(java.lang.Object obj) |
|
PublicKeyAndChallenge |
getPublicKeyAndChallenge() |
|
DERBitString |
getSignature() |
|
AlgorithmIdentifier |
getSignatureAlgorithm() |
|
ASN1Primitive |
toASN1Primitive() |
Method providing a primitive representation of this object suitable for encoding.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
public static SignedPublicKeyAndChallenge getInstance(java.lang.Object obj)
public ASN1Primitive toASN1Primitive()
ASN1Object
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object
public PublicKeyAndChallenge getPublicKeyAndChallenge()
public AlgorithmIdentifier getSignatureAlgorithm()
public DERBitString getSignature()