Uses of Class
com.jcraft.jsch.JSch

Packages that use JSch
com.jcraft.jsch   
 

Uses of JSch in com.jcraft.jsch
 

Fields in com.jcraft.jsch declared as JSch
(package private)  JSch KeyPair.jsch
           
(package private)  JSch Session.jsch
           
 

Methods in com.jcraft.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 com.jcraft.jsch with parameters of type JSch
IdentityFile(java.lang.String identity, JSch jsch)
           
KeyPair(JSch jsch)
           
KeyPairDSA(JSch jsch)
           
KeyPairRSA(JSch jsch)
           
KnownHosts(JSch jsch)
           
Session(JSch jsch)
           
 



Copyright 2006 jcraft. All Rights Reserved.