Uses of Class
com.maverick.sshd.SshContext

Packages that use SshContext
com.maverick.sshd This package contains the base implementation of the SSH server. 
com.maverick.sshd.components This package contains the specific server components required by the Maverick SSHD server. 
com.maverick.sshd.components.jce This package contains a set of algoritm implementations that enable the Maverick SSHD to use a Java Cryptography Extension provider. 
com.maverick.sshd.components.standalone This package contains a set of algoritm implementations that enable the Maverick SSHD to use the internal cryptographic provider. 
 

Uses of SshContext in com.maverick.sshd
 

Fields in com.maverick.sshd declared as SshContext
protected  SshContext Subsystem.context
           
 

Methods in com.maverick.sshd that return SshContext
 SshContext Connection.getContext()
           
 SshContext Channel.getContext()
          Get the current configuration from the underlying connection.
 SshContext TransportProtocol.getContext()
           
 SshContext ConnectionProtocol.getContext()
          Get the connections ConfigurationContext.
 SshContext TransportProtocol.getSshContext()
           
 

Methods in com.maverick.sshd with parameters of type SshContext
protected  javax.security.auth.login.Configuration GSSAPIWithMICAuthentication.createDefaultConfiguration(SshContext context)
          Create the default JAAS Configuration.
protected  java.lang.String GSSAPIWithMICAuthentication.getServicePrinicipal(SshContext context)
           
protected  void Subsystem.init(SessionChannel session, SshContext context)
          Initialize the subsystem with the current session and configuration.
protected  void SftpSubsystem.init(SessionChannel session, SshContext context)
           
 

Constructors in com.maverick.sshd with parameters of type SshContext
TransportProtocol(SshContext sshContext)
          Create a default transport protocol instance in CLIENT_MODE.
 

Uses of SshContext in com.maverick.sshd.components
 

Methods in com.maverick.sshd.components with parameters of type SshContext
abstract  void ServerComponentManager.loadKeystore(java.io.File keystoreFile, java.lang.String alias, java.lang.String storePassphrase, java.lang.String keyPassphrase, SshContext context)
          Load a host key from a keystore file.
abstract  void ServerComponentManager.loadKeystore(java.io.File keystoreFile, java.lang.String alias, java.lang.String storePassphrase, java.lang.String keyPassphrase, java.lang.String storeType, SshContext context)
           
abstract  void ServerComponentManager.loadKeystore(java.io.InputStream in, java.lang.String alias, java.lang.String storePassphrase, java.lang.String keyPassphrase, SshContext context)
          Load a host key from a keystore InputStream.
abstract  void ServerComponentManager.loadKeystore(java.io.InputStream in, java.lang.String alias, java.lang.String storePassphrase, java.lang.String keyPassphrase, java.lang.String storeType, SshContext context)
           
 

Uses of SshContext in com.maverick.sshd.components.jce
 

Methods in com.maverick.sshd.components.jce with parameters of type SshContext
 void JCEServerComponentManager.loadKeystore(java.io.File keystoreFile, java.lang.String alias, java.lang.String storePassphrase, java.lang.String keyPassphrase, SshContext context)
           
 void JCEServerComponentManager.loadKeystore(java.io.File keystoreFile, java.lang.String alias, java.lang.String storePassphrase, java.lang.String keyPassphrase, java.lang.String storeType, SshContext context)
           
 void JCEServerComponentManager.loadKeystore(java.io.InputStream in, java.lang.String alias, java.lang.String storePassphrase, java.lang.String keyPassphrase, SshContext context)
          Load a keystore for use as an SSH host key.
 void JCEServerComponentManager.loadKeystore(java.io.InputStream in, java.lang.String alias, java.lang.String storePassphrase, java.lang.String keyPassphrase, java.lang.String storeType, SshContext context)
          Load a keystore for use as an SSH host key.
 

Uses of SshContext in com.maverick.sshd.components.standalone
 

Methods in com.maverick.sshd.components.standalone with parameters of type SshContext
 void StandaloneServerComponentManager.loadKeystore(java.io.File keystoreFile, java.lang.String alias, java.lang.String storePassphrase, java.lang.String keyPassphrase, SshContext context)
           
 void StandaloneServerComponentManager.loadKeystore(java.io.File keystoreFile, java.lang.String alias, java.lang.String storePassphrase, java.lang.String keyPassphrase, java.lang.String storeType, SshContext context)
           
 void StandaloneServerComponentManager.loadKeystore(java.io.InputStream in, java.lang.String alias, java.lang.String storePassphrase, java.lang.String keyPassphrase, SshContext context)
           
 void StandaloneServerComponentManager.loadKeystore(java.io.InputStream in, java.lang.String alias, java.lang.String storePassphrase, java.lang.String keyPassphrase, java.lang.String storeType, SshContext context)
           
 



Copyright © 2003-2008 SSHTools LTD. All Rights Reserved.