AuthenticatorAssertionResponse.Builder

Stay organized with collections Save and categorize content based on your preferences.
public static final class AuthenticatorAssertionResponse.Builder extends Object

Public Constructor Summary

AuthenticatorAssertionResponse.Builder()
Creates an empty builder.

Public Method Summary

AuthenticatorAssertionResponse
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

Inherited Method Summary

Public Constructors

public AuthenticatorAssertionResponse.Builder ()

Creates an empty builder.

Public Methods

public AuthenticatorAssertionResponse.Builder setAuthenticatorData (byte[] authenticatorData)

Sets authenticator data

public AuthenticatorAssertionResponse.Builder setClientDataJSON (byte[] clientDataJSON)

Sets client data JSON

public AuthenticatorAssertionResponse.Builder setKeyHandle (byte[] keyHandle)

Sets key handle

public AuthenticatorAssertionResponse.Builder setSignature (byte[] signature)

Sets signature