Method and Description |
---|
com.jcraft.jsch.Identity.decrypt()
The decryption should be done automatically in #setPassphase(byte[] passphrase)
|
com.jcraft.jsch.ChannelSftp.get(String, int)
This method will be deleted in the future.
A transfer mode is not meaningful here, as you can't really
overwrite or append an InputStream.
|
com.jcraft.jsch.ChannelSftp.get(String, SftpProgressMonitor, int)
This method will be deleted in the future.
A transfer mode is not meaningful here, as you can't really
overwrite or append an InputStream.
|
com.jcraft.jsch.JSch.removeIdentity(String)
use #removeIdentity(Identity identity)
|
This is a simplified version of the inofficial Javadoc created by PaĆlo Ebermann. Have a look at the official homepage.