Class InvalidKeyTypeException

All Implemented Interfaces:
Serializable

public class InvalidKeyTypeException extends JWTException
The key is not compatible with the corresponding signer or verifier. Generally this will mean that you provided an RSA key when an EC was expected or vice versa.
Author:
Daniel DeGroff
See Also:
  • Constructor Details

    • InvalidKeyTypeException

      public InvalidKeyTypeException(String message)