Uses of Class
net.ssh.jsch.JSch

Packages that use JSch
net.ssh.jsch   
 

Uses of JSch in net.ssh.jsch
 

Methods in net.ssh.jsch with parameters of type JSch
static KeyPair KeyPair.genKeyPair(JSch jsch, int type)
           
static KeyPair KeyPair.genKeyPair(JSch jsch, int type, int key_size)
           
 java.lang.String HostKey.getFingerPrint(JSch jsch)
           
static KeyPair KeyPair.load(JSch jsch, java.lang.String prvkey)
           
static KeyPair KeyPair.load(JSch jsch, java.lang.String prvkey, java.lang.String pubkey)
           
 

Constructors in net.ssh.jsch with parameters of type JSch
KeyPair(JSch jsch)
           
KeyPairDSA(JSch jsch)
           
KeyPairRSA(JSch jsch)