Class KeyDecryptionFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.hierynomus.sshj.common.KeyDecryptionFailedException
All Implemented Interfaces:
Serializable

public class KeyDecryptionFailedException extends IOException
Thrown when a key file could not be decrypted correctly, e.g. if its checkInts differed in the case of an OpenSSH key file.
See Also:
  • Field Details

  • Constructor Details

    • KeyDecryptionFailedException

      public KeyDecryptionFailedException()
    • KeyDecryptionFailedException

      public KeyDecryptionFailedException(org.bouncycastle.openssl.EncryptionException cause)