Package | Description |
---|---|
org.apache.sshd.client | |
org.apache.sshd.client.auth | |
org.apache.sshd.client.config.hosts | |
org.apache.sshd.common | |
org.apache.sshd.common.cipher |
Cipher
implementations. |
org.apache.sshd.common.compression |
Compression
implementations. |
org.apache.sshd.common.config | |
org.apache.sshd.common.config.keys | |
org.apache.sshd.common.digest |
Digest
implementations. |
org.apache.sshd.common.forward | |
org.apache.sshd.common.helpers | |
org.apache.sshd.common.io | |
org.apache.sshd.common.io.nio2 | |
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.common.util.security.bouncycastle | |
org.apache.sshd.server |
Modifier and Type | Field and Description |
---|---|
static Factory<SshClient> |
SshClient.DEFAULT_SSH_CLIENT_FACTORY |
Modifier and Type | Class and Description |
---|---|
class |
BuiltinUserAuthFactories
Provides a centralized location for the default built-in authentication factories
|
Modifier and Type | Class and Description |
---|---|
class |
KnownHostDigest
Available digesters for known hosts entries
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
KnownHostHashValue.calculateHashValue(String host,
int port,
Factory<? extends Mac> factory,
byte[] salt) |
Modifier and Type | Interface and Description |
---|---|
interface |
BuiltinFactory<T>
A named optional factory.
|
interface |
NamedFactory<T>
A named factory is a factory identified by a name.
|
Modifier and Type | Field and Description |
---|---|
protected Factory<T> |
BaseBuilder.factory |
protected Factory<Random> |
BaseBuilder.randomFactory |
Modifier and Type | Method and Description |
---|---|
Factory<? extends Random> |
FactoryManager.getRandomFactory()
Retrieve the
Random factory to be used. |
Modifier and Type | Method and Description |
---|---|
S |
BaseBuilder.factory(Factory<T> factory) |
S |
BaseBuilder.randomFactory(Factory<Random> randomFactory) |
Modifier and Type | Interface and Description |
---|---|
interface |
CipherFactory |
Modifier and Type | Class and Description |
---|---|
class |
BuiltinCiphers
Provides easy access to the currently implemented ciphers
|
Modifier and Type | Interface and Description |
---|---|
interface |
CompressionFactory |
Modifier and Type | Class and Description |
---|---|
class |
BuiltinCompressions |
Modifier and Type | Class and Description |
---|---|
class |
CompressionConfigValue
Provides a "bridge" between the configuration values and the actual
NamedFactory for the Compression . |
Modifier and Type | Method and Description |
---|---|
static AbstractMap.SimpleImmutableEntry<Boolean,String> |
KeyUtils.checkFingerPrint(String expected,
Factory<? extends Digest> f,
PublicKey key) |
static String |
KeyUtils.getFingerPrint(Factory<? extends Digest> f,
PublicKey key) |
static String |
KeyUtils.getFingerPrint(Factory<? extends Digest> f,
String s) |
static String |
KeyUtils.getFingerPrint(Factory<? extends Digest> f,
String s,
Charset charset) |
static byte[] |
KeyUtils.getRawFingerprint(Factory<? extends Digest> f,
PublicKey key) |
Constructor and Description |
---|
KeyRandomArt(PublicKey key,
Factory<? extends Digest> f) |
Modifier and Type | Interface and Description |
---|---|
interface |
DigestFactory |
Modifier and Type | Class and Description |
---|---|
class |
BuiltinDigests
Provides easy access to the currently implemented digests
|
Modifier and Type | Method and Description |
---|---|
static String |
DigestUtils.getFingerPrint(Factory<? extends Digest> f,
byte... buf) |
static String |
DigestUtils.getFingerPrint(Factory<? extends Digest> f,
byte[] buf,
int offset,
int len) |
static String |
DigestUtils.getFingerPrint(Factory<? extends Digest> f,
String s) |
static String |
DigestUtils.getFingerPrint(Factory<? extends Digest> f,
String s,
Charset charset) |
Modifier and Type | Method and Description |
---|---|
protected IoAcceptor |
DefaultForwarder.createIoAcceptor(Factory<? extends IoHandler> handlerFactory) |
Modifier and Type | Field and Description |
---|---|
protected Factory<? extends Random> |
AbstractFactoryManager.randomFactory |
Modifier and Type | Method and Description |
---|---|
Factory<? extends Random> |
AbstractFactoryManager.getRandomFactory() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractFactoryManager.setRandomFactory(Factory<? extends Random> randomFactory) |
Modifier and Type | Interface and Description |
---|---|
interface |
IoHandlerFactory |
Modifier and Type | Class and Description |
---|---|
class |
BuiltinIoServiceFactoryFactories |
Modifier and Type | Method and Description |
---|---|
Factory<CloseableExecutorService> |
AbstractIoServiceFactoryFactory.getExecutorServiceFactory() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractIoServiceFactoryFactory.setExecutorServiceFactory(Factory<CloseableExecutorService> factory) |
void |
IoServiceFactoryFactory.setExecutorServiceFactory(Factory<CloseableExecutorService> factory) |
Constructor and Description |
---|
AbstractIoServiceFactoryFactory(Factory<CloseableExecutorService> factory) |
DefaultIoServiceFactoryFactory(Factory<CloseableExecutorService> factory) |
Constructor and Description |
---|
Nio2ServiceFactoryFactory(Factory<CloseableExecutorService> executors) |
Constructor and Description |
---|
DHG(Factory<? extends Digest> digestFactory) |
DHG(Factory<? extends Digest> digestFactory,
BigInteger pValue,
BigInteger gValue) |
Modifier and Type | Interface and Description |
---|---|
interface |
MacFactory |
Modifier and Type | Class and Description |
---|---|
class |
BuiltinMacs
Provides easy access to the currently implemented macs
|
Modifier and Type | Interface and Description |
---|---|
interface |
RandomFactory |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRandomFactory |
class |
JceRandomFactory
Named factory for the JCE
Random |
class |
SingletonRandomFactory
A random factory wrapper that uses a single random instance.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SignatureFactory |
Modifier and Type | Class and Description |
---|---|
class |
BuiltinSignatures
Provides easy access to the currently implemented signatures
|
Modifier and Type | Class and Description |
---|---|
class |
BouncyCastleRandomFactory
Named factory for the BouncyCastle
Random |
Modifier and Type | Field and Description |
---|---|
static Factory<SshServer> |
SshServer.DEFAULT_SSH_SERVER_FACTORY |
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.