Package | Description |
---|---|
org.apache.sshd |
Defines the two main classes for the client and server side of SSH protocol support.
|
org.apache.sshd.agent.local | |
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.forward | |
org.apache.sshd.common.kex | |
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 |
---|---|
static Factory<SshClient> |
SshClient.DEFAULT_SSH_CLIENT_FACTORY |
static Factory<SshServer> |
SshServer.DEFAULT_SSH_SERVER_FACTORY |
protected Factory<T> |
SshBuilder.BaseBuilder.factory |
protected Factory<Random> |
SshBuilder.BaseBuilder.randomFactory |
protected Factory<Command> |
SshServer.shellFactory |
Modifier and Type | Method and Description |
---|---|
Factory<Command> |
SshServer.getShellFactory() |
Modifier and Type | Method and Description |
---|---|
S |
SshBuilder.BaseBuilder.factory(Factory<T> factory) |
S |
SshBuilder.BaseBuilder.randomFactory(Factory<Random> randomFactory) |
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> |
AbstractFactoryManager.getRandomFactory() |
Factory<Random> |
FactoryManager.getRandomFactory()
Retrieve the
Random factory to be used. |
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 |
AES128CTR.Factory
Named factory for AES128CTR Cipher
|
static class |
AES192CBC.Factory
Named factory for AES192CBC Cipher
|
static class |
AES192CTR.Factory
Named factory for AES192CBC Cipher
|
static class |
AES256CBC.Factory
Named factory for AES256CBC Cipher
|
static class |
AES256CTR.Factory
Named factory for AES256CTR Cipher
|
static class |
ARCFOUR128.Factory
Named factory for ARCFOUR128 Cipher
|
static class |
ARCFOUR256.Factory
Named factory for AES128CTR 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
|
static class |
SHA256.Factory
Named factory for SHA1 digest
|
static class |
SHA384.Factory
Named factory for SHA1 digest
|
static class |
SHA512.Factory
Named factory for SHA1 digest
|
Modifier and Type | Class and Description |
---|---|
static class |
TcpipServerChannel.DirectTcpipFactory |
static class |
TcpipServerChannel.ForwardedTcpipFactory |
Constructor and Description |
---|
DH(Factory<Digest> factory) |
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 |
static class |
HMACSHA256.Factory
Named factory for the HMAC-SHA256
Mac |
static class |
HMACSHA512.Factory
Named factory for the HMAC-SHA512
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 |
SignatureECDSA.NISTP256Factory
A named factory for ECDSA signatures of NIST P-256
|
static class |
SignatureECDSA.NISTP384Factory
A named factory for ECDSA signatures of NIST P-384
|
static class |
SignatureECDSA.NISTP521Factory
A named factory for ECDSA signatures of NIST P-521
|
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 |
UserAuthKeyboardInteractive.Factory |
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 |
ChannelSession.Factory |
Modifier and Type | Class and Description |
---|---|
static class |
DHG1.Factory |
static class |
DHG14.Factory |
static class |
DHGEX.Factory |
static class |
DHGEX256.Factory |
static class |
ECDHP256.Factory |
static class |
ECDHP384.Factory |
static class |
ECDHP521.Factory |
Modifier and Type | Class and Description |
---|---|
static class |
SftpSubsystem.Factory |
Modifier and Type | Class and Description |
---|---|
class |
ProcessShellFactory
|
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.