Represents a newly-created scoped credential, aka the response from a registration request.
| static AuthenticatorAttestationResponse |
deserializeFromBytes(byte[] serializedBytes)
De-serializes the
AuthenticatorAttestationResponse from bytes, reversing
serializeToBytes().
|
| boolean | |
| byte[] | |
| byte[] | |
| byte[] |
getKeyHandle()
This method is deprecated. use
PublicKeyCredential.getRawId() instead
|
| String[] | |
| int |
hashCode()
|
| byte[] |
serializeToBytes()
Serializes the
AuthenticatorAttestationResponse to bytes.
|
| String |
toString()
|
| void |
writeToParcel(Parcel dest, int
flags)
|
De-serializes the
AuthenticatorAttestationResponse from bytes, reversing
serializeToBytes().
AuthenticatorAttestationResponse.This method is deprecated.
use
PublicKeyCredential.getRawId() instead
Serializes the
AuthenticatorAttestationResponse to bytes. Use
deserializeFromBytes(byte[]) to deserialize.