hwsecurity-fido-util / de.cotech.hw.fido.util / VerifiedFidoRegisterResponse /

VerifiedFidoRegisterResponse

abstract class VerifiedFidoRegisterResponse

Functions

Name Summary
fromResponse open fun fromResponse(registerResponse: FidoRegisterResponse): VerifiedFidoRegisterResponse
getAttestationCertificate abstract fun getAttestationCertificate(): X509Certificate
getChallenge abstract fun getChallenge(): String
getFacetId abstract fun getFacetId(): String
getKeyHandle

abstract fun getKeyHandle(): Array<Byte>

A handle that allows the U2F token to identify the generated key pair.

getSignature

abstract fun getSignature(): Array<Byte>

A ECDSA signature (on P-256)

getUserPublicKey

abstract fun getUserPublicKey(): Array<Byte>

The (uncompressed) x,y-representation of a curve point on the P-256NIST elliptic curve.

toString open fun toString(): String