Package sop.exception

Class SOPGPException.KeyCannotSign

All Implemented Interfaces:
Serializable
Enclosing class:
SOPGPException

public static class SOPGPException.KeyCannotSign extends SOPGPException
Key not signature-capable (e.g. expired, revoked, unacceptable usage flags).
See Also:
  • Field Details

  • Constructor Details

    • KeyCannotSign

      public KeyCannotSign()
    • KeyCannotSign

      public KeyCannotSign(String message)
    • KeyCannotSign

      public KeyCannotSign(String s, Throwable throwable)
  • Method Details