AuthenticatorAssertionResponse

public class AuthenticatorAssertionResponse extends AuthenticatorResponse

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.

See Web Authentication Assertion

Inherited Constant Summary

Public Method Summary

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
byte[]
String
void
writeToParcel(Parcel dest, int flags)

Inherited Method Summary

Public Methods

public static AuthenticatorAssertionResponse deserializeFromBytes (byte[] serializedBytes)

De-serializes the AuthenticatorAssertionResponse from bytes, reversing serializeToBytes().

Returns

public boolean equals (Object obj)

public byte[] getAuthenticatorData ()

public byte[] getClientDataJSON ()

public byte[] getKeyHandle ()

This method is deprecated.
use PublicKeyCredential.getRawId() instead

public byte[] getSignature ()

public byte[] getUserHandle ()

public int hashCode ()

public byte[] serializeToBytes ()

Serializes the AuthenticatorAssertionResponse to bytes. Use deserializeFromBytes(byte[]) to deserialize.

Returns
  • the serialized byte array.

public String toString ()

public void writeToParcel (Parcel dest, int flags)