Class InvalidKeyLengthException

All Implemented Interfaces:
Serializable

public class InvalidKeyLengthException extends JWTException
The JWT Signer or Verifier is attempting to utilize an RSA Key Length of less than 2048.
Author:
Daniel DeGroff
See Also:
  • Constructor Details

    • InvalidKeyLengthException

      public InvalidKeyLengthException(String message)