Module com.webauthn4j.core
Class PublicKeyMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.webauthn4j.util.exception.WebAuthnException
com.webauthn4j.verifier.exception.VerificationException
com.webauthn4j.verifier.exception.PublicKeyMismatchException
- All Implemented Interfaces:
Serializable
Thrown if the public key in the first certificate in x5c doesn't matches the credentialPublicKey in the attestedCredentialData
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPublicKeyMismatchException(@Nullable String message) PublicKeyMismatchException(@Nullable String message, @Nullable Throwable cause) PublicKeyMismatchException(@Nullable Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PublicKeyMismatchException
-
PublicKeyMismatchException
-
PublicKeyMismatchException
-