This structure contains cryptographic signatures produced by scoped credentials that provides proof of possession of a private key as well as evidence of user consent to a specific transaction.
| static AuthenticatorAssertionResponse |
deserializeFromBytes(byte[] serializedBytes)
De-serializes the
AuthenticatorAssertionResponse from bytes, reversing
serializeToBytes().
|
| boolean | |
| byte[] | |
| byte[] | |
| byte[] |
getKeyHandle()
This method is deprecated. use
PublicKeyCredential.getRawId() instead
|
| byte[] | |
| byte[] | |
| int |
hashCode()
|
| byte[] |
serializeToBytes()
Serializes the
AuthenticatorAssertionResponse to bytes.
|
| String |
toString()
|
| void |
writeToParcel(Parcel dest, int
flags)
|
De-serializes the
AuthenticatorAssertionResponse from bytes, reversing
serializeToBytes().
AuthenticatorAssertionResponse.This method is deprecated.
use
PublicKeyCredential.getRawId() instead
Serializes the
AuthenticatorAssertionResponse to bytes. Use
deserializeFromBytes(byte[]) to deserialize.