Class KeyCrypterException.InvalidCipherText

All Implemented Interfaces:
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:
  • Constructor Details

    • InvalidCipherText

      public InvalidCipherText(String message)
    • InvalidCipherText

      public InvalidCipherText(String message, Throwable throwable)