Uses of Class
com.jcraft.jsch.JSch
-
Packages that use JSch Package Description com.jcraft.jsch -
-
Uses of JSch in com.jcraft.jsch
Methods in com.jcraft.jsch with parameters of type JSch Modifier and Type Method Description 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, byte[] prvkey, byte[] pubkey)
static KeyPair
KeyPair. load(JSch jsch, java.lang.String prvkey)
static KeyPair
KeyPair. load(JSch jsch, java.lang.String prvfile, java.lang.String pubfile)
-