Package sop.exception

Class SOPGPException.CertCannotEncrypt

All Implemented Interfaces:
Serializable
Enclosing class:
SOPGPException

public static class SOPGPException.CertCannotEncrypt extends SOPGPException
Certificate not encryption capable (e,g, expired, revoked, unacceptable usage).
See Also:
  • Field Details

  • Constructor Details

    • CertCannotEncrypt

      public CertCannotEncrypt(String message, Throwable cause)
    • CertCannotEncrypt

      public CertCannotEncrypt(String message)
  • Method Details