Uses of Interface
org.apache.sshd.common.kex.DHFactory
Packages that use DHFactory
Package
Description
-
Uses of DHFactory in org.apache.sshd.client
Fields in org.apache.sshd.client with type parameters of type DHFactoryModifier and TypeFieldDescriptionstatic final Function
<DHFactory, KeyExchangeFactory> ClientBuilder.DH2KEX
-
Uses of DHFactory in org.apache.sshd.client.kex
Fields in org.apache.sshd.client.kex declared as DHFactoryModifier and TypeFieldDescriptionprotected final DHFactory
DHGClient.factory
protected final DHFactory
DHGEXClient.factory
Methods in org.apache.sshd.client.kex with parameters of type DHFactoryModifier and TypeMethodDescriptionstatic KeyExchangeFactory
DHGClient.newFactory
(DHFactory delegate) static KeyExchangeFactory
DHGEXClient.newFactory
(DHFactory delegate) Constructors in org.apache.sshd.client.kex with parameters of type DHFactory -
Uses of DHFactory in org.apache.sshd.common.config
Method parameters in org.apache.sshd.common.config with type arguments of type DHFactoryModifier and TypeMethodDescriptionstatic <M extends AbstractFactoryManager>
MSshConfigFileReader.configureKeyExchanges
(M manager, String value, boolean lenient, Function<? super DHFactory, ? extends KeyExchangeFactory> xformer, boolean ignoreUnsupported) static <M extends AbstractFactoryManager>
MSshConfigFileReader.configureKeyExchanges
(M manager, PropertyResolver props, boolean lenient, Function<? super DHFactory, ? extends KeyExchangeFactory> xformer, boolean ignoreUnsupported) -
Uses of DHFactory in org.apache.sshd.common.kex
Classes in org.apache.sshd.common.kex that implement DHFactoryFields in org.apache.sshd.common.kex with type parameters of type DHFactoryMethods in org.apache.sshd.common.kex that return DHFactoryModifier and TypeMethodDescriptionstatic DHFactory
BuiltinDHFactories.resolveFactory
(String name) static DHFactory
BuiltinDHFactories.unregisterExtension
(String name) Unregisters specified extensionMethods in org.apache.sshd.common.kex that return types with arguments of type DHFactoryModifier and TypeMethodDescriptionBuiltinDHFactories.ParseResult.getParsedFactories()
static NavigableSet
<DHFactory> BuiltinDHFactories.getRegisteredExtensions()
Methods in org.apache.sshd.common.kex with parameters of type DHFactoryModifier and TypeMethodDescriptionstatic void
BuiltinDHFactories.registerExtension
(DHFactory extension) Registered aNamedFactory
to be available besides the built-in ones when parsing configurationConstructor parameters in org.apache.sshd.common.kex with type arguments of type DHFactory -
Uses of DHFactory in org.apache.sshd.server
Fields in org.apache.sshd.server with type parameters of type DHFactoryModifier and TypeFieldDescriptionstatic final Function
<DHFactory, KeyExchangeFactory> ServerBuilder.DH2KEX
-
Uses of DHFactory in org.apache.sshd.server.kex
Fields in org.apache.sshd.server.kex declared as DHFactoryModifier and TypeFieldDescriptionprotected final DHFactory
DHGEXServer.factory
protected final DHFactory
DHGServer.factory
Methods in org.apache.sshd.server.kex with parameters of type DHFactoryModifier and TypeMethodDescriptionstatic KeyExchangeFactory
DHGEXServer.newFactory
(DHFactory factory) static KeyExchangeFactory
DHGServer.newFactory
(DHFactory factory) Constructors in org.apache.sshd.server.kex with parameters of type DHFactory