public class SignedPublicKeyAndChallenge
extends org.bouncycastle.asn1.ASN1Object
SignedPublicKeyAndChallenge ::= SEQUENCE { publicKeyAndChallenge PublicKeyAndChallenge, signatureAlgorithm AlgorithmIdentifier, signature BIT STRING }
Modifier and Type | Method and Description |
---|---|
static SignedPublicKeyAndChallenge |
getInstance(java.lang.Object obj) |
PublicKeyAndChallenge |
getPublicKeyAndChallenge() |
org.bouncycastle.asn1.ASN1BitString |
getSignature() |
org.bouncycastle.asn1.x509.AlgorithmIdentifier |
getSignatureAlgorithm() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
public static SignedPublicKeyAndChallenge 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 PublicKeyAndChallenge getPublicKeyAndChallenge()
public org.bouncycastle.asn1.x509.AlgorithmIdentifier getSignatureAlgorithm()
public org.bouncycastle.asn1.ASN1BitString getSignature()