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 JSchIdentityFile.jsch(package private) JSchKeyPair.jschprivate JSchKnownHosts.jschprivate JSchLocalIdentityRepository.jsch(package private) JSchSession.jschMethods in com.jcraft.jsch with parameters of type JSchModifier and TypeMethodDescription(package private) static KeyPairKeyPairDSA.fromSSHAgent(JSch jsch, Buffer buf) (package private) static KeyPairKeyPairECDSA.fromSSHAgent(JSch jsch, Buffer buf) (package private) static KeyPairKeyPairRSA.fromSSHAgent(JSch jsch, Buffer buf) static KeyPairKeyPair.genKeyPair(JSch jsch, int type) static KeyPairKeyPair.genKeyPair(JSch jsch, int type, int key_size) HostKey.getFingerPrint(JSch jsch) static KeyPairstatic KeyPairstatic KeyPair(package private) static KeyPair(package private) static IdentityFileIdentityFile.newInstance(String name, byte[] prvkey, byte[] pubkey, JSch jsch) (package private) static IdentityFileIdentityFile.newInstance(String prvfile, String pubfile, JSch jsch) Constructors in com.jcraft.jsch with parameters of type JSchModifierConstructorDescriptionprivateIdentityFile(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)