Deprecated API


Contents
Deprecated Methods
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. 
com.jcraft.jsch.ChannelSftp.get(String, SftpProgressMonitor, int)
          This method will be deleted in the future. 
com.jcraft.jsch.JSch.removeIdentity(String)
          use #removeIdentity(Identity identity) 
com.jcraft.jsch.KeyPair.setPassphrase(byte[])
          use #writePrivateKey(String name, byte[] passphrase) 
com.jcraft.jsch.KeyPair.setPassphrase(String)
          use #writePrivateKey(java.io.OutputStream out, byte[] passphrase)