Package com.hierynomus.sshj.common
Class KeyDecryptionFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.hierynomus.sshj.common.KeyDecryptionFailedException
- All Implemented Interfaces:
Serializable
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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionKeyDecryptionFailedException
(org.bouncycastle.openssl.EncryptionException cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
MESSAGE
- See Also:
-
-
Constructor Details
-
KeyDecryptionFailedException
public KeyDecryptionFailedException() -
KeyDecryptionFailedException
public KeyDecryptionFailedException(org.bouncycastle.openssl.EncryptionException cause)
-