AuthenticatorAttestationResponse.Builder | Doclava
public static final class

AuthenticatorAttestationResponse.Builder

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

Class Overview

Builds AuthenticatorAttestationResponse

Summary

Public Constructors
AuthenticatorAttestationResponse.Builder()
Creates an empty builder.
Public Methods
AuthenticatorAttestationResponse build()
AuthenticatorAttestationResponse.Builder setAttestationObject(byte[] attestationObject)
Sets attestation object
AuthenticatorAttestationResponse.Builder setClientDataJSON(byte[] clientDataJSON)
Sets client data JSON
AuthenticatorAttestationResponse.Builder setKeyHandle(byte[] keyHandle)
Sets key handle
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public AuthenticatorAttestationResponse.Builder ()

Creates an empty builder.

Public Methods

public AuthenticatorAttestationResponse.Builder setAttestationObject (byte[] attestationObject)

Sets attestation object

Parameters
attestationObject byte
Returns
AuthenticatorAttestationResponse.Builder

public AuthenticatorAttestationResponse.Builder setClientDataJSON (byte[] clientDataJSON)

Sets client data JSON

Parameters
clientDataJSON byte
Returns
AuthenticatorAttestationResponse.Builder

public AuthenticatorAttestationResponse.Builder setKeyHandle (byte[] keyHandle)

Sets key handle

Parameters
keyHandle byte
Returns
AuthenticatorAttestationResponse.Builder