| Modifier and Type | Class and Description |
|---|---|
class |
ChannelAgentForwardingFactory |
| Modifier and Type | Field and Description |
|---|---|
static Factory<SshClient> |
SshClient.DEFAULT_SSH_CLIENT_FACTORY |
| Modifier and Type | Interface and Description |
|---|---|
interface |
UserAuthFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
UserAuthKeyboardInteractiveFactory |
class |
UserAuthPasswordFactory |
class |
UserAuthPublicKeyFactory |
| 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 |
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 |
|---|---|
S |
BaseBuilder.factory(Factory<T> factory) |
S |
BaseBuilder.randomFactory(Factory<Random> randomFactory) |
void |
AbstractFactoryManager.setRandomFactory(Factory<Random> randomFactory) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ChannelFactory |
| 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 |
FactoriesListParseResult<T,F extends Factory<T>> |
| 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 | Field and Description |
|---|---|
static Factory<Digest> |
KeyUtils.DEFAULT_FINGERPRINT_DIGEST_FACTORY
|
| Modifier and Type | Method and Description |
|---|---|
static Factory<? extends Digest> |
KeyUtils.getDefaultFingerPrintFactory() |
| Modifier and Type | Method and Description |
|---|---|
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 void |
KeyUtils.setDefaultFingerPrintFactory(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 | Interface and Description |
|---|---|
interface |
IoHandlerFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
BuiltinIoServiceFactoryFactories |
| Modifier and Type | Interface and Description |
|---|---|
interface |
KeyExchangeFactory |
| Constructor and Description |
|---|
DHG(Factory<Digest> digestFactory) |
DHG(Factory<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 |
JceRandomFactory
Named factory for the BouncyCastle
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 | Field and Description |
|---|---|
static Factory<SshServer> |
SshServer.DEFAULT_SSH_SERVER_FACTORY |
protected Factory<Command> |
SshServer.shellFactory |
| Modifier and Type | Method and Description |
|---|---|
Factory<Command> |
SshServer.getShellFactory() |
Factory<Command> |
ServerFactoryManager.getShellFactory()
Retrieve the
ShellFactory object to be used to create shells. |
| Modifier and Type | Method and Description |
|---|---|
void |
SshServer.setShellFactory(Factory<Command> shellFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
UserAuthNoneFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
UserAuthGSSFactory
Factory class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChannelSessionFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
DirectTcpipFactory |
class |
ForwardedTcpipFactory |
static class |
TcpipServerChannel.TcpipFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
InteractiveProcessShellFactory
A simplistic interactive shell factory
|
class |
ProcessShellFactory
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SubsystemFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
SftpSubsystemFactory |
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.