java.lang.Object
com.webauthn4j.data.AuthenticatorResponse
com.webauthn4j.data.AuthenticatorAssertionResponse
The AuthenticatorAssertionResponse represents an authenticator's response to a
client’s request for generation of a new authentication assertion given the WebAuthn
Relying Party's challenge and OPTIONAL list of credentials it is aware of.
-
Constructor Summary
ConstructorsConstructorDescriptionAuthenticatorAssertionResponse(@org.jetbrains.annotations.NotNull byte[] clientDataJSON, @org.jetbrains.annotations.NotNull byte[] authenticatorData, @org.jetbrains.annotations.NotNull byte[] signature, @org.jetbrains.annotations.Nullable byte[] userHandle) -
Method Summary
Methods inherited from class com.webauthn4j.data.AuthenticatorResponse
getClientDataJSON
-
Constructor Details
-
AuthenticatorAssertionResponse
public AuthenticatorAssertionResponse(@NotNull @org.jetbrains.annotations.NotNull byte[] clientDataJSON, @NotNull @org.jetbrains.annotations.NotNull byte[] authenticatorData, @NotNull @org.jetbrains.annotations.NotNull byte[] signature, @Nullable @org.jetbrains.annotations.Nullable byte[] userHandle)
-
-
Method Details
-
getAuthenticatorData
@NotNull public @org.jetbrains.annotations.NotNull byte[] getAuthenticatorData() -
getSignature
@NotNull public @org.jetbrains.annotations.NotNull byte[] getSignature() -
getUserHandle
@Nullable public @org.jetbrains.annotations.Nullable byte[] getUserHandle() -
equals
-
hashCode
public int hashCode() -
toString
- Overrides:
toStringin classAuthenticatorResponse
-