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_PREFERENCEThe defaultBuiltinCipherssetup 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 BuiltinCiphersBuiltinCiphers.fromFactory(NamedFactory<Cipher> factory) static BuiltinCiphersBuiltinCiphers.fromFactoryName(String name) static BuiltinCiphersBuiltinCiphers.fromString(String s) static BuiltinCiphersReturns 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.