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_PREFERENCE
The defaultBuiltinDHFactories
setup 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 BuiltinDHFactories
BuiltinDHFactories.fromFactoryName
(String name) static BuiltinDHFactories
Returns 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.