BrowserPublicKeyCredentialRequestOptions

public class BrowserPublicKeyCredentialRequestOptions extends BrowserRequestOptions

Parameters for a signature request from a Web Browser.

Nested Class Summary

class BrowserPublicKeyCredentialRequestOptions.Builder Builder for BrowserPublicKeyCredentialRequestOptions

Inherited Constant Summary

Public Method Summary

static BrowserPublicKeyCredentialRequestOptions
deserializeFromBytes(byte[] serializedBytes)
De-serializes the BrowserPublicKeyCredentialRequestOptions from bytes, reversing serializeToBytes().
boolean
AuthenticationExtensions
byte[]
byte[]
getClientDataHash()
Gets value of the client data hash.
Uri
PublicKeyCredentialRequestOptions
Integer
Double
TokenBinding
int
byte[]
void
writeToParcel(Parcel dest, int flags)

Inherited Method Summary

Public Methods

public static BrowserPublicKeyCredentialRequestOptions deserializeFromBytes (byte[] serializedBytes)

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

Returns
  • The deserialized BrowserPublicKeyCredentialRequestOptions.

public boolean equals (Object o)

public AuthenticationExtensions getAuthenticationExtensions ()

public byte[] getChallenge ()

public byte[] getClientDataHash ()

Gets value of the client data hash.

public Uri getOrigin ()

public PublicKeyCredentialRequestOptions getPublicKeyCredentialRequestOptions ()

public Integer getRequestId ()

public Double getTimeoutSeconds ()

public TokenBinding getTokenBinding ()

public int hashCode ()

public byte[] serializeToBytes ()

Returns
  • the serialized byte array.

public void writeToParcel (Parcel dest, int flags)