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
Subclasses with type arguments of type BuiltinCiphers in org.apache.sshd.common.cipherModifier and TypeClassDescriptionenumProvides easy access to the currently implemented ciphersFields 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. -
Uses of BuiltinCiphers in org.apache.sshd.server
Fields in org.apache.sshd.server with type parameters of type BuiltinCiphersModifier and TypeFieldDescriptionstatic final List<BuiltinCiphers> ServerBuilder.DEFAULT_SERVER_CIPHERS_PREFERENCEDefault list of ciphers for a server.