Class KeyCrypterException.InvalidCipherText

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    KeyCrypterException

    public static class KeyCrypterException.InvalidCipherText
    extends KeyCrypterException
    This exception is thrown when a private key or seed is decrypted, the decrypted message is damaged (e.g. the padding is damaged). This likely means the wrong decryption key has been used.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      InvalidCipherText​(java.lang.String message)  
      InvalidCipherText​(java.lang.String message, java.lang.Throwable throwable)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InvalidCipherText

        public InvalidCipherText​(java.lang.String message)
      • InvalidCipherText

        public InvalidCipherText​(java.lang.String message,
                                 java.lang.Throwable throwable)