Module com.webauthn4j.core
Package com.webauthn4j.verifier.internal
Class AssertionSignatureVerifier
java.lang.Object
com.webauthn4j.verifier.internal.AssertionSignatureVerifier
Verifies the assertion signature in
AuthenticationData based on COSEKey-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected @org.jetbrains.annotations.NotNull byte[]getSignedData(@NotNull CoreAuthenticationData authenticationData) voidverify(@NotNull CoreAuthenticationData authenticationData, @NotNull COSEKey coseKey)
-
Constructor Details
-
AssertionSignatureVerifier
public AssertionSignatureVerifier()
-
-
Method Details
-
verify
public void verify(@NotNull @NotNull CoreAuthenticationData authenticationData, @NotNull @NotNull COSEKey coseKey) -
getSignedData
@NotNull protected @org.jetbrains.annotations.NotNull byte[] getSignedData(@NotNull @NotNull CoreAuthenticationData authenticationData)
-