Uses of Class
com.jcraft.jsch.JSchException

Packages that use JSchException
com.jcraft.jsch   
com.jcraft.jsch.jgss   
 

Uses of JSchException in com.jcraft.jsch
 

Methods in 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(java.lang.String prvkey)
          Sets the private key, which will be referred in the public key authentication.
 void JSch.addIdentity(java.lang.String prvkey, byte[] passphrase)
          Sets the private key, which will be referred in the public key authentication.
 void JSch.addIdentity(java.lang.String name, byte[] prvkey, byte[] pubkey, byte[] passphrase)
          Sets the private key, which will be referred in the public key authentication.
 void JSch.addIdentity(java.lang.String prvkey, java.lang.String passphrase)
          Sets the private key, which will be referred in the public key authentication.
 void JSch.addIdentity(java.lang.String prvkey, java.lang.String pubkey, byte[] passphrase)
          Sets the private key, which will be referred in the public key authentication.
 void ChannelDirectTCPIP.connect()
           
 void Channel.connect()
           
 void Session.connect()
           
 void Channel.connect(int connectTimeout)
           
 void Session.connect(int connectTimeout)
           
 void ProxyHTTP.connect(SocketFactory socket_factory, java.lang.String host, int port, int timeout)
           
 void ProxySOCKS5.connect(SocketFactory socket_factory, java.lang.String host, int port, int timeout)
           
 void ProxySOCKS4.connect(SocketFactory socket_factory, java.lang.String host, int port, int timeout)
           
 void GSSContext.create(java.lang.String user, java.lang.String host)
           
 void Session.delPortForwardingL(int lport)
           
 void Session.delPortForwardingL(java.lang.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)
           
 java.util.Vector JSch.getIdentityNames()
          Lists names of identities included in the identityRepository.
 java.lang.String[] Session.getPortForwardingL()
           
 Session Channel.getSession()
           
 Session JSch.getSession(java.lang.String username, java.lang.String host)
          Instantiates the Session object with username and host.
 Session JSch.getSession(java.lang.String username, java.lang.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, java.lang.String prvkey)
           
static KeyPair KeyPair.load(JSch jsch, java.lang.String prvkey, java.lang.String pubkey)
           
 Channel Session.openChannel(java.lang.String type)
           
 void JSch.removeAllIdentity()
          Removes all identities from identityRepository.
 void JSch.removeIdentity(Identity identity)
          Removes the identity from identityRepository.
 void JSch.removeIdentity(java.lang.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(java.io.InputStream stream)
          Sets the instance of KnownHosts generated with stream.
 void JSch.setKnownHosts(java.lang.String filename)
          Sets the instance of KnownHosts, which refers to filename.
 boolean Identity.setPassphrase(byte[] passphrase)
           
 int Session.setPortForwardingL(int lport, java.lang.String host, int rport)
           
 int Session.setPortForwardingL(java.lang.String boundaddress, int lport, java.lang.String host, int rport)
           
 int Session.setPortForwardingL(java.lang.String boundaddress, int lport, java.lang.String host, int rport, ServerSocketFactory ssf)
           
 void Session.setPortForwardingR(int rport, java.lang.String daemon)
           
 void Session.setPortForwardingR(int rport, java.lang.String host, int lport)
           
 void Session.setPortForwardingR(int rport, java.lang.String host, int lport, SocketFactory sf)
           
 void Session.setPortForwardingR(int rport, java.lang.String daemon, java.lang.Object[] arg)
           
 void Session.setPortForwardingR(java.lang.String bind_address, int rport, java.lang.String host, int lport)
           
 void Session.setPortForwardingR(java.lang.String bind_address, int rport, java.lang.String host, int lport, SocketFactory sf)
           
 void Session.setPortForwardingR(java.lang.String bind_address, int rport, java.lang.String daemon, java.lang.Object[] arg)
           
 void Session.setServerAliveInterval(int interval)
           
 void Session.setTimeout(int timeout)
           
 void ChannelSftp.start()
           
 void ChannelShell.start()
           
 void ChannelExec.start()
           
 void Channel.start()
           
 void ChannelSubsystem.start()
           
 

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

Uses of JSchException in com.jcraft.jsch.jgss
 

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



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