Uses of Package
org.apache.sshd.common

Packages that use org.apache.sshd.common
org.apache.sshd Defines the two main classes for the client and server side of SSH protocol support. 
org.apache.sshd.agent   
org.apache.sshd.client   
org.apache.sshd.client.channel   
org.apache.sshd.client.kex   
org.apache.sshd.client.session   
org.apache.sshd.common   
org.apache.sshd.common.channel   
org.apache.sshd.common.cipher Cipher implementations. 
org.apache.sshd.common.compression Compression implementations. 
org.apache.sshd.common.digest Digest implementations. 
org.apache.sshd.common.keyprovider   
org.apache.sshd.common.mac Mac implementations. 
org.apache.sshd.common.random Random implementations. 
org.apache.sshd.common.session   
org.apache.sshd.common.signature Signature implementations. 
org.apache.sshd.common.util   
org.apache.sshd.server   
org.apache.sshd.server.auth   
org.apache.sshd.server.auth.gss   
org.apache.sshd.server.channel   
org.apache.sshd.server.filesystem   
org.apache.sshd.server.kex   
org.apache.sshd.server.keyprovider   
org.apache.sshd.server.session   
org.apache.sshd.server.sftp   
org.apache.sshd.server.shell   
org.apache.sshd.server.x11   
 

Classes in org.apache.sshd.common used by org.apache.sshd
AbstractFactoryManager
          TODO Add javadoc
Factory
          Fatory is a simple interface that is used to create other objects.
FactoryManager
          This interface allows retrieving all the NamedFactory used in the SSH protocol.
NamedFactory
          A named factory is a factory identified by a name.
 

Classes in org.apache.sshd.common used by org.apache.sshd.agent
Channel
          TODO Add javadoc
Factory
          Fatory is a simple interface that is used to create other objects.
NamedFactory
          A named factory is a factory identified by a name.
 

Classes in org.apache.sshd.common used by org.apache.sshd.client
AbstractSessionIoHandler
          TODO Add javadoc
FactoryManager
          This interface allows retrieving all the NamedFactory used in the SSH protocol.
 

Classes in org.apache.sshd.common used by org.apache.sshd.client.channel
Channel
          TODO Add javadoc
PtyMode
          A enum describing the tty modes.
 

Classes in org.apache.sshd.common used by org.apache.sshd.client.kex
Digest
          Interface used to compute digests, based on algorithms such as MD5 or SHA1.
Factory
          Fatory is a simple interface that is used to create other objects.
KeyExchange
          Key exchange algorithm.
NamedFactory
          A named factory is a factory identified by a name.
 

Classes in org.apache.sshd.common used by org.apache.sshd.client.session
FactoryManager
          This interface allows retrieving all the NamedFactory used in the SSH protocol.
KeyExchange
          Key exchange algorithm.
Session
          Represents an SSH session
 

Classes in org.apache.sshd.common used by org.apache.sshd.common
Channel
          TODO Add javadoc
Cipher
          Wrapper for a cryptographic cipher, used either for encryption or decryption.
Cipher.Mode
           
Compression
          Interface used to compress the stream of data between the SSH server and clients.
Compression.Type
          Enum identifying if this object will be used to compress or uncompress data.
Digest
          Interface used to compute digests, based on algorithms such as MD5 or SHA1.
Factory
          Fatory is a simple interface that is used to create other objects.
FactoryManager
          This interface allows retrieving all the NamedFactory used in the SSH protocol.
KeyExchange
          Key exchange algorithm.
KeyPairProvider
          Provider for key pairs.
Mac
          Message Authentication Code for use in SSH.
NamedFactory
          A named factory is a factory identified by a name.
PtyMode
          A enum describing the tty modes.
Random
          A pseudo random number generator.
Session
          Represents an SSH session
Session.AttributeKey
          Type safe key for storage within the user attributes of AbstractSession.
SessionListener
          Represents an interface receiving Session events.
Signature
          Signature interface for SSH used to sign or verify packets Usually wraps a javax.crypto.Signature object
SshConstants.Message
          SSH message identifiers
 

Classes in org.apache.sshd.common used by org.apache.sshd.common.channel
Channel
          TODO Add javadoc
Session
          Represents an SSH session
SshConstants.Message
          SSH message identifiers
SshException
          TODO Add javadoc
 

Classes in org.apache.sshd.common used by org.apache.sshd.common.cipher
Cipher
          Wrapper for a cryptographic cipher, used either for encryption or decryption.
Cipher.Mode
           
Factory
          Fatory is a simple interface that is used to create other objects.
NamedFactory
          A named factory is a factory identified by a name.
 

Classes in org.apache.sshd.common used by org.apache.sshd.common.compression
Compression
          Interface used to compress the stream of data between the SSH server and clients.
Compression.Type
          Enum identifying if this object will be used to compress or uncompress data.
Factory
          Fatory is a simple interface that is used to create other objects.
NamedFactory
          A named factory is a factory identified by a name.
 

Classes in org.apache.sshd.common used by org.apache.sshd.common.digest
Digest
          Interface used to compute digests, based on algorithms such as MD5 or SHA1.
Factory
          Fatory is a simple interface that is used to create other objects.
NamedFactory
          A named factory is a factory identified by a name.
 

Classes in org.apache.sshd.common used by org.apache.sshd.common.keyprovider
KeyPairProvider
          Provider for key pairs.
 

Classes in org.apache.sshd.common used by org.apache.sshd.common.mac
Factory
          Fatory is a simple interface that is used to create other objects.
Mac
          Message Authentication Code for use in SSH.
NamedFactory
          A named factory is a factory identified by a name.
 

Classes in org.apache.sshd.common used by org.apache.sshd.common.random
Factory
          Fatory is a simple interface that is used to create other objects.
NamedFactory
          A named factory is a factory identified by a name.
Random
          A pseudo random number generator.
 

Classes in org.apache.sshd.common used by org.apache.sshd.common.session
AbstractSessionIoHandler
          TODO Add javadoc
Channel
          TODO Add javadoc
Cipher
          Wrapper for a cryptographic cipher, used either for encryption or decryption.
Compression
          Interface used to compress the stream of data between the SSH server and clients.
FactoryManager
          This interface allows retrieving all the NamedFactory used in the SSH protocol.
KeyExchange
          Key exchange algorithm.
Mac
          Message Authentication Code for use in SSH.
Random
          A pseudo random number generator.
Session
          Represents an SSH session
Session.AttributeKey
          Type safe key for storage within the user attributes of AbstractSession.
SessionListener
          Represents an interface receiving Session events.
SshConstants.Message
          SSH message identifiers
 

Classes in org.apache.sshd.common used by org.apache.sshd.common.signature
Factory
          Fatory is a simple interface that is used to create other objects.
NamedFactory
          A named factory is a factory identified by a name.
Signature
          Signature interface for SSH used to sign or verify packets Usually wraps a javax.crypto.Signature object
 

Classes in org.apache.sshd.common used by org.apache.sshd.common.util
PtyMode
          A enum describing the tty modes.
SshConstants.Message
          SSH message identifiers
SshException
          TODO Add javadoc
 

Classes in org.apache.sshd.common used by org.apache.sshd.server
Factory
          Fatory is a simple interface that is used to create other objects.
FactoryManager
          This interface allows retrieving all the NamedFactory used in the SSH protocol.
NamedFactory
          A named factory is a factory identified by a name.
PtyMode
          A enum describing the tty modes.
Session
          Represents an SSH session
SshConstants.Message
          SSH message identifiers
 

Classes in org.apache.sshd.common used by org.apache.sshd.server.auth
Factory
          Fatory is a simple interface that is used to create other objects.
NamedFactory
          A named factory is a factory identified by a name.
 

Classes in org.apache.sshd.common used by org.apache.sshd.server.auth.gss
Factory
          Fatory is a simple interface that is used to create other objects.
NamedFactory
          A named factory is a factory identified by a name.
SshConstants.Message
          SSH message identifiers
 

Classes in org.apache.sshd.common used by org.apache.sshd.server.channel
Channel
          TODO Add javadoc
Factory
          Fatory is a simple interface that is used to create other objects.
NamedFactory
          A named factory is a factory identified by a name.
PtyMode
          A enum describing the tty modes.
 

Classes in org.apache.sshd.common used by org.apache.sshd.server.filesystem
Session
          Represents an SSH session
 

Classes in org.apache.sshd.common used by org.apache.sshd.server.kex
Digest
          Interface used to compute digests, based on algorithms such as MD5 or SHA1.
KeyExchange
          Key exchange algorithm.
 

Classes in org.apache.sshd.common used by org.apache.sshd.server.keyprovider
KeyPairProvider
          Provider for key pairs.
 

Classes in org.apache.sshd.common used by org.apache.sshd.server.session
Channel
          TODO Add javadoc
FactoryManager
          This interface allows retrieving all the NamedFactory used in the SSH protocol.
KeyExchange
          Key exchange algorithm.
Session
          Represents an SSH session
 

Classes in org.apache.sshd.common used by org.apache.sshd.server.sftp
Factory
          Fatory is a simple interface that is used to create other objects.
NamedFactory
          A named factory is a factory identified by a name.
 

Classes in org.apache.sshd.common used by org.apache.sshd.server.shell
Factory
          Fatory is a simple interface that is used to create other objects.
 

Classes in org.apache.sshd.common used by org.apache.sshd.server.x11
Channel
          TODO Add javadoc
 



Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.