| Package | Description |
|---|---|
| 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.mac |
Mac implementations. |
| org.apache.sshd.common.random |
Random implementations. |
| org.apache.sshd.common.signature |
Signature implementations. |
| Modifier and Type | Method and Description |
|---|---|
static <T,E extends BuiltinFactory<T>> |
BuiltinFactory.Utils.setUpFactories(boolean ignoreUnsupported,
Collection<? extends E> preferred) |
| 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 | 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
|
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.