public class AuthenticationObject
extends java.lang.Object
| Constructor and Description |
|---|
AuthenticationObject(byte[] credentialId,
AuthenticatorData<AuthenticationExtensionAuthenticatorOutput<?>> authenticatorData,
byte[] authenticatorDataBytes,
CollectedClientData collectedClientData,
byte[] collectedClientDataBytes,
AuthenticationExtensionsClientOutputs<AuthenticationExtensionClientOutput<?>> clientExtensions,
ServerProperty serverProperty,
Authenticator authenticator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
Authenticator |
getAuthenticator() |
AuthenticatorData<AuthenticationExtensionAuthenticatorOutput<?>> |
getAuthenticatorData() |
byte[] |
getAuthenticatorDataBytes() |
AuthenticationExtensionsClientOutputs<AuthenticationExtensionClientOutput<?>> |
getClientExtensions() |
CollectedClientData |
getCollectedClientData() |
byte[] |
getCollectedClientDataBytes() |
byte[] |
getCredentialId() |
ServerProperty |
getServerProperty() |
int |
hashCode() |
public AuthenticationObject(byte[] credentialId,
AuthenticatorData<AuthenticationExtensionAuthenticatorOutput<?>> authenticatorData,
byte[] authenticatorDataBytes,
CollectedClientData collectedClientData,
byte[] collectedClientDataBytes,
AuthenticationExtensionsClientOutputs<AuthenticationExtensionClientOutput<?>> clientExtensions,
ServerProperty serverProperty,
Authenticator authenticator)
public byte[] getCredentialId()
public AuthenticatorData<AuthenticationExtensionAuthenticatorOutput<?>> getAuthenticatorData()
public byte[] getAuthenticatorDataBytes()
public CollectedClientData getCollectedClientData()
public byte[] getCollectedClientDataBytes()
public AuthenticationExtensionsClientOutputs<AuthenticationExtensionClientOutput<?>> getClientExtensions()
public ServerProperty getServerProperty()
public Authenticator getAuthenticator()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object