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