| Package | Description |
|---|---|
| org.apache.sshd.common.cipher |
Cipher
implementations. |
| 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 © 2018–2020 The Apache Software Foundation. All rights reserved.