Class MissingPrivateKeyException

All Implemented Interfaces:
Serializable

public class MissingPrivateKeyException extends JWTException
The PEM provided to the Verifier did not contain a private key.
Author:
Daniel DeGroff
See Also:
  • Constructor Details

    • MissingPrivateKeyException

      public MissingPrivateKeyException(String message)