Package | Description |
---|---|
org.apache.sshd.common.cipher |
Cipher
implementations. |
Modifier and Type | Class and Description |
---|---|
class |
BuiltinCiphers
Provides easy access to the currently implemented ciphers
|
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.String,CipherFactory> |
BuiltinCiphers.EXTENSIONS |
Modifier and Type | Method and Description |
---|---|
static CipherFactory |
BuiltinCiphers.resolveFactory(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
static java.util.NavigableSet<CipherFactory> |
BuiltinCiphers.getRegisteredExtensions() |
Modifier and Type | Method and Description |
---|---|
static void |
BuiltinCiphers.registerExtension(CipherFactory extension)
Registered a
NamedFactory to be available besides the built-in ones when parsing configuration |
Constructor and Description |
---|
ParseResult(java.util.List<CipherFactory> parsed,
java.util.List<java.lang.String> unsupported) |