Uses of Enum
org.apache.sshd.common.cipher.BuiltinCiphers
Packages that use BuiltinCiphers
-
Uses of BuiltinCiphers in org.apache.sshd.common
Fields in org.apache.sshd.common with type parameters of type BuiltinCiphersModifier and TypeFieldDescriptionstatic final 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 BuiltinCiphersMethods in org.apache.sshd.common.cipher that return BuiltinCiphersModifier and TypeMethodDescriptionstatic BuiltinCiphers
BuiltinCiphers.fromFactory
(NamedFactory<Cipher> factory) static BuiltinCiphers
BuiltinCiphers.fromFactoryName
(String name) static BuiltinCiphers
BuiltinCiphers.fromString
(String s) static BuiltinCiphers
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.