Class PublicKeyMismatchException

All Implemented Interfaces:
Serializable

public class PublicKeyMismatchException extends VerificationException
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 @Nullable String message, @Nullable @Nullable Throwable cause)
    • PublicKeyMismatchException

      public PublicKeyMismatchException(@Nullable @Nullable String message)
    • PublicKeyMismatchException

      public PublicKeyMismatchException(@Nullable @Nullable Throwable cause)