-
Methods Method Description com.jcraft.jsch.ChannelSftp.get(String, int) This method will be deleted in the future.com.jcraft.jsch.Identity.decrypt() The decryption should be done automatically in #setPassphase(byte[] passphrase)com.jcraft.jsch.JSch.removeIdentity(String) use #removeIdentity(Identity identity)com.jcraft.jsch.KeyPair.setPassphrase(String) use #writePrivateKey(java.io.OutputStream out, byte[] passphrase)