Class KeyCrypterException.PublicPrivateMismatch

All Implemented Interfaces:
Serializable
Enclosing class:
KeyCrypterException

public static class KeyCrypterException.PublicPrivateMismatch extends KeyCrypterException
This exception is thrown when a private key or seed is decrypted, it doesn't match its public key any more. This likely means the wrong decryption key has been used.
See Also:
  • Constructor Details

    • PublicPrivateMismatch

      public PublicPrivateMismatch(String message)
    • PublicPrivateMismatch

      public PublicPrivateMismatch(String message, Throwable throwable)