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