| Package | Description |
|---|---|
| org.apache.sshd |
Defines the two main classes for the client and server side of SSH protocol support.
|
| org.apache.sshd.agent.unix | |
| org.apache.sshd.common | |
| 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.mac |
Mac implementations. |
| org.apache.sshd.common.random |
Random implementations. |
| org.apache.sshd.common.signature |
Signature implementations. |
| org.apache.sshd.server | |
| org.apache.sshd.server.auth | |
| org.apache.sshd.server.auth.gss | |
| org.apache.sshd.server.channel | |
| org.apache.sshd.server.kex | |
| org.apache.sshd.server.sftp | |
| org.apache.sshd.server.shell |
| Modifier and Type | Field and Description |
|---|---|
protected Factory<Command> |
SshServer.shellFactory |
| Modifier and Type | Method and Description |
|---|---|
Factory<Command> |
SshServer.getShellFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
SshServer.setShellFactory(Factory<Command> shellFactory) |
| Modifier and Type | Class and Description |
|---|---|
static class |
ChannelAgentForwarding.Factory |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NamedFactory<T>
A named factory is a factory identified by a name.
|
| Modifier and Type | Field and Description |
|---|---|
protected Factory<Random> |
AbstractFactoryManager.randomFactory |
| Modifier and Type | Method and Description |
|---|---|
Factory<Random> |
FactoryManager.getRandomFactory()
Retrieve the
Random factory to be used. |
Factory<Random> |
AbstractFactoryManager.getRandomFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractFactoryManager.setRandomFactory(Factory<Random> randomFactory) |
| Modifier and Type | Class and Description |
|---|---|
static class |
AES128CBC.Factory
Named factory for AES128CBC Cipher
|
static class |
AES192CBC.Factory
Named factory for AES192CBC Cipher
|
static class |
AES256CBC.Factory
Named factory for AES256CBC Cipher
|
static class |
BlowfishCBC.Factory
Named factory for BlowfishCBC Cipher
|
static class |
CipherNone.Factory
Named factory for the no-op Cipher
|
static class |
TripleDESCBC.Factory
Named factory for TripleDESCBC Cipher
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CompressionDelayedZlib.Factory
Named factory for the ZLib Delayed Compression.
|
static class |
CompressionNone.Factory
Named factory for the no-op
Compression. |
static class |
CompressionZlib.Factory
Named factory for the ZLib Compression.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
MD5.Factory
Named factory for MD5 digest
|
static class |
SHA1.Factory
Named factory for SHA1 digest
|
| Modifier and Type | Class and Description |
|---|---|
static class |
HMACMD5.Factory
Named factory for the HMACMD5
Mac |
static class |
HMACMD596.Factory
Named factory for the HMAC-MD5-96
Mac |
static class |
HMACSHA1.Factory
Named factory for the HMAC-SHA1
Mac |
static class |
HMACSHA196.Factory
Named factory for the HMAC-SHA1-96
Mac |
| Modifier and Type | Class and Description |
|---|---|
static class |
BouncyCastleRandom.Factory
Named factory for the BouncyCastle
Random |
static class |
JceRandom.Factory
Named factory for the BouncyCastle
Random |
class |
SingletonRandomFactory
A random factory wrapper that uses a single random instance.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
SignatureDSA.Factory
A named factory for DSA signature
|
static class |
SignatureRSA.Factory
A named factory for RSA
Signature |
| Modifier and Type | Method and Description |
|---|---|
Factory<Command> |
ServerFactoryManager.getShellFactory()
Retrieve the
ShellFactory object to be used to create shells. |
| Modifier and Type | Class and Description |
|---|---|
static class |
UserAuthNone.Factory |
static class |
UserAuthPassword.Factory |
static class |
UserAuthPublicKey.Factory |
| Modifier and Type | Class and Description |
|---|---|
static class |
UserAuthGSS.Factory
Factory class.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ChannelDirectTcpip.Factory |
static class |
ChannelSession.Factory |
| Modifier and Type | Class and Description |
|---|---|
static class |
DHG1.Factory |
static class |
DHG14.Factory |
| Modifier and Type | Class and Description |
|---|---|
static class |
SftpSubsystem.Factory |
| Modifier and Type | Class and Description |
|---|---|
class |
ProcessShellFactory
|
Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.