Class KeyCrypterException.PublicPrivateMismatch

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • 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

      • PublicPrivateMismatch

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

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