Uses of Enum
org.apache.sshd.common.kex.BuiltinDHFactories
Packages that use BuiltinDHFactories
-
Uses of BuiltinDHFactories in org.apache.sshd.common
Fields in org.apache.sshd.common with type parameters of type BuiltinDHFactoriesModifier and TypeFieldDescriptionstatic final List<BuiltinDHFactories> BaseBuilder.DEFAULT_KEX_PREFERENCEThe defaultBuiltinDHFactoriessetup in order of preference as specified by ssh_config(5) -
Uses of BuiltinDHFactories in org.apache.sshd.common.kex
Fields in org.apache.sshd.common.kex with type parameters of type BuiltinDHFactoriesMethods in org.apache.sshd.common.kex that return BuiltinDHFactoriesModifier and TypeMethodDescriptionstatic BuiltinDHFactoriesBuiltinDHFactories.fromFactoryName(String name) static BuiltinDHFactoriesReturns the enum constant of this type with the specified name.static BuiltinDHFactories[]BuiltinDHFactories.values()Returns an array containing the constants of this enum type, in the order they are declared.