Uses of Class
com.jcraft.jsch.JSch
Packages that use JSch
-
Uses of JSch in com.jcraft.jsch
Fields in com.jcraft.jsch declared as JSchModifier and TypeFieldDescriptionprivate JSch
IdentityFile.jsch
(package private) JSch
KeyPair.jsch
private JSch
KnownHosts.jsch
private JSch
LocalIdentityRepository.jsch
(package private) JSch
Session.jsch
Methods in com.jcraft.jsch with parameters of type JSchModifier and TypeMethodDescription(package private) static KeyPair
KeyPairDSA.fromSSHAgent
(JSch jsch, Buffer buf) (package private) static KeyPair
KeyPairECDSA.fromSSHAgent
(JSch jsch, Buffer buf) (package private) static KeyPair
KeyPairRSA.fromSSHAgent
(JSch jsch, Buffer buf) static KeyPair
KeyPair.genKeyPair
(JSch jsch, int type) static KeyPair
KeyPair.genKeyPair
(JSch jsch, int type, int key_size) HostKey.getFingerPrint
(JSch jsch) static KeyPair
static KeyPair
static KeyPair
(package private) static KeyPair
(package private) static IdentityFile
IdentityFile.newInstance
(String name, byte[] prvkey, byte[] pubkey, JSch jsch) (package private) static IdentityFile
IdentityFile.newInstance
(String prvfile, String pubfile, JSch jsch) Constructors in com.jcraft.jsch with parameters of type JSchModifierConstructorDescriptionprivate
IdentityFile
(JSch jsch, String name, KeyPair kpair) KeyPairDSA
(JSch jsch) KeyPairDSA
(JSch jsch, byte[] P_array, byte[] Q_array, byte[] G_array, byte[] pub_array, byte[] prv_array) KeyPairECDSA
(JSch jsch) KeyPairECDSA
(JSch jsch, byte[] pubkey) KeyPairECDSA
(JSch jsch, byte[] name, byte[] r_array, byte[] s_array, byte[] prv_array) KeyPairPKCS8
(JSch jsch) KeyPairRSA
(JSch jsch) KeyPairRSA
(JSch jsch, byte[] n_array, byte[] pub_array, byte[] prv_array) (package private)
KnownHosts
(JSch jsch) (package private)
LocalIdentityRepository
(JSch jsch) (package private)