Uses of Class
org.apache.sshd.common.cipher.BuiltinCiphers
-
Packages that use BuiltinCiphers Package Description org.apache.sshd.common org.apache.sshd.common.cipher Cipher
implementations.org.apache.sshd.server -
-
Uses of BuiltinCiphers in org.apache.sshd.common
Fields in org.apache.sshd.common with type parameters of type BuiltinCiphers Modifier and Type Field Description static java.util.List<BuiltinCiphers>
BaseBuilder. DEFAULT_CIPHERS_PREFERENCE
The defaultBuiltinCiphers
setup in order of preference as specified by ssh_config(5) -
Uses of BuiltinCiphers in org.apache.sshd.common.cipher
Fields in org.apache.sshd.common.cipher with type parameters of type BuiltinCiphers Modifier and Type Field Description static java.util.Set<BuiltinCiphers>
BuiltinCiphers. VALUES
Methods in org.apache.sshd.common.cipher that return BuiltinCiphers Modifier and Type Method Description static BuiltinCiphers
BuiltinCiphers. fromFactory(NamedFactory<Cipher> factory)
static BuiltinCiphers
BuiltinCiphers. fromFactoryName(java.lang.String name)
static BuiltinCiphers
BuiltinCiphers. fromString(java.lang.String s)
static BuiltinCiphers
BuiltinCiphers. valueOf(java.lang.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. -
Uses of BuiltinCiphers in org.apache.sshd.server
Fields in org.apache.sshd.server with type parameters of type BuiltinCiphers Modifier and Type Field Description static java.util.List<BuiltinCiphers>
ServerBuilder. DEFAULT_SERVER_CIPHERS_PREFERENCE
Default list of ciphers for a server.
-