Uses of Class
com.jcraft.jsch.JSch

Packages that use JSch
com.jcraft.jsch   
 

Uses of JSch in com.jcraft.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)
           
 String HostKey.getFingerPrint(JSch jsch)
           
static KeyPair KeyPair.load(JSch jsch, byte[] prvkey, byte[] pubkey)
           
static KeyPair KeyPair.load(JSch jsch, String prvkey)
           
static KeyPair KeyPair.load(JSch jsch, String prvfile, String pubfile)
           
 

Constructors in com.jcraft.jsch with parameters of type JSch
KeyPair(JSch jsch)
           
KeyPairDSA(JSch jsch)
           
KeyPairDSA(JSch jsch, byte[] P_array, byte[] Q_array, byte[] G_array, byte[] pub_array, byte[] prv_array)
           
KeyPairPKCS8(JSch jsch)
           
KeyPairRSA(JSch jsch)
           
KeyPairRSA(JSch jsch, byte[] n_array, byte[] pub_array, byte[] prv_array)
           
 



Copyright © 2014 JCraft,Inc.. All Rights Reserved.