hwsecurity-fido2 / de.cotech.hw.fido2.domain.create / AuthenticatorAttestationResponse /
AuthenticatorAttestationResponse
abstract class AuthenticatorAttestationResponse : AuthenticatorResponse
Functions
Name | Summary |
---|---|
attestationObject | abstract fun attestationObject(): Array<Byte> |
clientDataJson | abstract fun clientDataJson(): Array<Byte> |
create | open fun create(clientData: Array<Byte>, attestationObject: Array<Byte>): AuthenticatorAttestationResponse |