| Package | Description |
|---|---|
| org.apache.sshd.common | |
| org.apache.sshd.common.cipher |
Cipher
implementations. |
| Modifier and Type | Field and Description |
|---|---|
static List<BuiltinCiphers> |
BaseBuilder.DEFAULT_CIPHERS_PREFERENCE
The default
BuiltinCiphers setup in order of preference
as specified by ssh_config(5) |
| Modifier and Type | Field and Description |
|---|---|
static Set<BuiltinCiphers> |
BuiltinCiphers.VALUES |
| Modifier and Type | Method and Description |
|---|---|
static BuiltinCiphers |
BuiltinCiphers.fromFactory(NamedFactory<Cipher> factory) |
static BuiltinCiphers |
BuiltinCiphers.fromFactoryName(String name) |
static BuiltinCiphers |
BuiltinCiphers.fromString(String s) |
static BuiltinCiphers |
BuiltinCiphers.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuiltinCiphers[] |
BuiltinCiphers.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.