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:
java.io.Serializable
public class KeyDecryptionFailedException extends java.io.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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
MESSAGE
-
Constructor Summary
Constructors Constructor Description KeyDecryptionFailedException()
KeyDecryptionFailedException(org.bouncycastle.openssl.EncryptionException cause)
-
-
-
Field Detail
-
MESSAGE
public static final java.lang.String MESSAGE
- See Also:
- Constant Field Values
-
-