public class AuthenticationRequest
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
AuthenticationRequest(byte[] credentialId,
byte[] authenticatorData,
byte[] clientDataJSON,
byte[] signature) |
AuthenticationRequest(byte[] credentialId,
byte[] userHandle,
byte[] authenticatorData,
byte[] clientDataJSON,
byte[] signature) |
AuthenticationRequest(byte[] credentialId,
byte[] userHandle,
byte[] authenticatorData,
byte[] clientDataJSON,
java.lang.String clientExtensionsJSON,
byte[] signature) |
AuthenticationRequest(byte[] credentialId,
byte[] authenticatorData,
byte[] clientDataJSON,
java.lang.String clientExtensionsJSON,
byte[] signature) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
byte[] |
getAuthenticatorData() |
byte[] |
getClientDataJSON() |
java.lang.String |
getClientExtensionsJSON() |
byte[] |
getCredentialId() |
byte[] |
getSignature() |
byte[] |
getUserHandle() |
int |
hashCode() |
public AuthenticationRequest(byte[] credentialId,
byte[] userHandle,
byte[] authenticatorData,
byte[] clientDataJSON,
java.lang.String clientExtensionsJSON,
byte[] signature)
public AuthenticationRequest(byte[] credentialId,
byte[] authenticatorData,
byte[] clientDataJSON,
java.lang.String clientExtensionsJSON,
byte[] signature)
public AuthenticationRequest(byte[] credentialId,
byte[] userHandle,
byte[] authenticatorData,
byte[] clientDataJSON,
byte[] signature)
public AuthenticationRequest(byte[] credentialId,
byte[] authenticatorData,
byte[] clientDataJSON,
byte[] signature)
public byte[] getCredentialId()
public byte[] getUserHandle()
public byte[] getAuthenticatorData()
public byte[] getClientDataJSON()
public java.lang.String getClientExtensionsJSON()
public byte[] getSignature()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object