AuthenticatorAssertionResponse.Builder | Doclava
public static final class

AuthenticatorAssertionResponse.Builder

extends Object
java.lang.Object
   ↳ com.google.android.gms.fido.fido2.api.common.AuthenticatorAssertionResponse.Builder

Class Overview

Builds AuthenticatorAssertionResponse.

Summary

Public Constructors
AuthenticatorAssertionResponse.Builder()
Creates an empty builder.
Public Methods
AuthenticatorAssertionResponse build()
AuthenticatorAssertionResponse.Builder setAuthenticatorData(byte[] authenticatorData)
Sets authenticator data
AuthenticatorAssertionResponse.Builder setClientDataJSON(byte[] clientDataJSON)
Sets client data JSON
AuthenticatorAssertionResponse.Builder setKeyHandle(byte[] keyHandle)
Sets key handle
AuthenticatorAssertionResponse.Builder setSignature(byte[] signature)
Sets signature
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public AuthenticatorAssertionResponse.Builder ()

Creates an empty builder.

Public Methods

public AuthenticatorAssertionResponse.Builder setAuthenticatorData (byte[] authenticatorData)

Sets authenticator data

Parameters
authenticatorData byte
Returns
AuthenticatorAssertionResponse.Builder

public AuthenticatorAssertionResponse.Builder setClientDataJSON (byte[] clientDataJSON)

Sets client data JSON

Parameters
clientDataJSON byte
Returns
AuthenticatorAssertionResponse.Builder

public AuthenticatorAssertionResponse.Builder setKeyHandle (byte[] keyHandle)

Sets key handle

Parameters
keyHandle byte
Returns
AuthenticatorAssertionResponse.Builder

public AuthenticatorAssertionResponse.Builder setSignature (byte[] signature)

Sets signature

Parameters
signature byte
Returns
AuthenticatorAssertionResponse.Builder