Class PublicKeyMismatchException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.webauthn4j.util.exception.WebAuthnException
com.webauthn4j.validator.exception.ValidationException
com.webauthn4j.validator.exception.PublicKeyMismatchException
All Implemented Interfaces:
Serializable

public class PublicKeyMismatchException extends ValidationException
Thrown if the public key in the first certificate in x5c doesn't matches the credentialPublicKey in the attestedCredentialData
See Also:
  • Constructor Details

    • PublicKeyMismatchException

      public PublicKeyMismatchException(@Nullable String message, @Nullable Throwable cause)
    • PublicKeyMismatchException

      public PublicKeyMismatchException(@Nullable String message)
    • PublicKeyMismatchException

      public PublicKeyMismatchException(@Nullable Throwable cause)