Uses of Class
org.gridkit.internal.com.jcraft.jsch.JSchException

Packages that use JSchException
org.gridkit.internal.com.jcraft.jsch   
org.gridkit.internal.com.jcraft.jsch.jgss   
org.gridkit.vicluster.telecontrol.ssh   
 

Uses of JSchException in org.gridkit.internal.com.jcraft.jsch
 

Methods in org.gridkit.internal.com.jcraft.jsch that throw JSchException
 void JSch.addIdentity(Identity identity, byte[] passphrase)
          Sets the private key, which will be referred in the public key authentication.
 void JSch.addIdentity(String prvkey)
          Sets the private key, which will be referred in the public key authentication.
 void JSch.addIdentity(String prvkey, byte[] passphrase)
          Sets the private key, which will be referred in the public key authentication.
 void JSch.addIdentity(String name, byte[] prvkey, byte[] pubkey, byte[] passphrase)
          Sets the private key, which will be referred in the public key authentication.
 void JSch.addIdentity(String prvkey, String passphrase)
          Sets the private key, which will be referred in the public key authentication.
 void JSch.addIdentity(String prvkey, String pubkey, byte[] passphrase)
          Sets the private key, which will be referred in the public key authentication.
 void Session.connect()
           
 void ChannelDirectTCPIP.connect()
           
 void Channel.connect()
           
 void Session.connect(int connectTimeout)
           
 void Channel.connect(int connectTimeout)
           
 void ProxySOCKS5.connect(SocketFactory socket_factory, String host, int port, int timeout)
           
 void ProxySOCKS4.connect(SocketFactory socket_factory, String host, int port, int timeout)
           
 void ProxyHTTP.connect(SocketFactory socket_factory, String host, int port, int timeout)
           
 void GSSContext.create(String user, String host)
           
 void Session.delPortForwardingL(int lport)
           
 void Session.delPortForwardingL(String boundaddress, int lport)
           
 void Session.delPortForwardingR(int rport)
           
static KeyPair KeyPair.genKeyPair(JSch jsch, int type)
           
static KeyPair KeyPair.genKeyPair(JSch jsch, int type, int key_size)
           
 Vector JSch.getIdentityNames()
          Lists names of identities included in the identityRepository.
 String[] Session.getPortForwardingL()
           
 Session Channel.getSession()
           
 Session JSch.getSession(String username, String host)
          Instantiates the Session object with username and host.
 Session JSch.getSession(String username, String host, int port)
          Instantiates the Session object with given username, host and port.
 byte[] GSSContext.init(byte[] token, int s, int l)
           
static KeyPair KeyPair.load(JSch jsch, String prvkey)
           
static KeyPair KeyPair.load(JSch jsch, String prvkey, String pubkey)
           
 Channel Session.openChannel(String type)
           
 void JSch.removeAllIdentity()
          Removes all identities from identityRepository.
 void JSch.removeIdentity(Identity identity)
          Removes the identity from identityRepository.
 void JSch.removeIdentity(String name)
          Deprecated. use #removeIdentity(Identity identity)
 void ChannelSftp.setBulkRequests(int bulk_requests)
          Specify how many requests may be sent at any one time.
 void JSch.setKnownHosts(InputStream stream)
          Sets the instance of KnownHosts generated with stream.
 void JSch.setKnownHosts(String filename)
          Sets the instance of KnownHosts, which refers to filename.
 boolean Identity.setPassphrase(byte[] passphrase)
           
 int Session.setPortForwardingL(int lport, String host, int rport)
           
 int Session.setPortForwardingL(String boundaddress, int lport, String host, int rport)
           
 int Session.setPortForwardingL(String boundaddress, int lport, String host, int rport, ServerSocketFactory ssf)
           
 void Session.setPortForwardingR(int rport, String daemon)
           
 void Session.setPortForwardingR(int rport, String host, int lport)
           
 void Session.setPortForwardingR(int rport, String host, int lport, SocketFactory sf)
           
 void Session.setPortForwardingR(int rport, String daemon, Object[] arg)
           
 void Session.setPortForwardingR(String bind_address, int rport, String host, int lport)
           
 void Session.setPortForwardingR(String bind_address, int rport, String host, int lport, SocketFactory sf)
           
 void Session.setPortForwardingR(String bind_address, int rport, String daemon, Object[] arg)
           
 void Session.setServerAliveInterval(int interval)
           
 void Session.setTimeout(int timeout)
           
 void ChannelSubsystem.start()
           
 void ChannelShell.start()
           
 void ChannelSftp.start()
           
 void ChannelExec.start()
           
 void Channel.start()
           
 

Constructors in org.gridkit.internal.com.jcraft.jsch that throw JSchException
HostKey(String host, byte[] key)
           
HostKey(String host, int type, byte[] key)
           
 

Uses of JSchException in org.gridkit.internal.com.jcraft.jsch.jgss
 

Methods in org.gridkit.internal.com.jcraft.jsch.jgss that throw JSchException
 void GSSContextKrb5.create(String user, String host)
           
 byte[] GSSContextKrb5.init(byte[] token, int s, int l)
           
 

Uses of JSchException in org.gridkit.vicluster.telecontrol.ssh
 

Methods in org.gridkit.vicluster.telecontrol.ssh that throw JSchException
 Session SshSessionFactory.getSession(String host, String account)
           
 Session SimpleSshSessionProvider.getSession(String host, String account)
           
 Session ConfigurableSshSessionProvider.getSession(String host, String account)
          Deprecated.  
 

Constructors in org.gridkit.vicluster.telecontrol.ssh that throw JSchException
RemoteSshProcess(Session session, ExecCommand command)
           
SftFileCache(Session session, String cachePath, boolean useRelativePaths, int concurency)
           
 



Copyright © 2017. All Rights Reserved.