Uses of Interface
org.apache.sshd.common.kex.KeyExchangeFactory
Packages that use KeyExchangeFactory
Package
Description
-
Uses of KeyExchangeFactory in org.apache.sshd.client
Fields in org.apache.sshd.client with type parameters of type KeyExchangeFactoryModifier and TypeFieldDescriptionstatic final Function
<DHFactory, KeyExchangeFactory> ClientBuilder.DH2KEX
Methods in org.apache.sshd.client that return types with arguments of type KeyExchangeFactoryModifier and TypeMethodDescriptionstatic List
<KeyExchangeFactory> ClientBuilder.setUpDefaultKeyExchanges
(boolean ignoreUnsupported) -
Uses of KeyExchangeFactory in org.apache.sshd.client.kex
Methods in org.apache.sshd.client.kex that return KeyExchangeFactoryModifier and TypeMethodDescriptionstatic KeyExchangeFactory
DHGClient.newFactory
(DHFactory delegate) static KeyExchangeFactory
DHGEXClient.newFactory
(DHFactory delegate) -
Uses of KeyExchangeFactory in org.apache.sshd.common
Fields in org.apache.sshd.common with type parameters of type KeyExchangeFactoryModifier and TypeFieldDescriptionprotected List
<KeyExchangeFactory> BaseBuilder.keyExchangeFactories
Method parameters in org.apache.sshd.common with type arguments of type KeyExchangeFactoryModifier and TypeMethodDescriptionBaseBuilder.keyExchangeFactories
(List<KeyExchangeFactory> keyExchangeFactories) -
Uses of KeyExchangeFactory in org.apache.sshd.common.config
Method parameters in org.apache.sshd.common.config with type arguments of type KeyExchangeFactoryModifier 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 KeyExchangeFactory in org.apache.sshd.common.kex
Fields in org.apache.sshd.common.kex with type parameters of type KeyExchangeFactoryModifier and TypeFieldDescriptionprivate List
<KeyExchangeFactory> AbstractKexFactoryManager.keyExchangeFactories
Methods in org.apache.sshd.common.kex that return types with arguments of type KeyExchangeFactoryModifier and TypeMethodDescriptionAbstractKexFactoryManager.getKeyExchangeFactories()
KexFactoryManager.getKeyExchangeFactories()
Retrieve the list of named factories forKeyExchange
.Method parameters in org.apache.sshd.common.kex with type arguments of type KeyExchangeFactoryModifier and TypeMethodDescriptionvoid
AbstractKexFactoryManager.setKeyExchangeFactories
(List<KeyExchangeFactory> keyExchangeFactories) void
KexFactoryManager.setKeyExchangeFactories
(List<KeyExchangeFactory> keyExchangeFactories) -
Uses of KeyExchangeFactory in org.apache.sshd.server
Fields in org.apache.sshd.server with type parameters of type KeyExchangeFactoryModifier and TypeFieldDescriptionstatic final Function
<DHFactory, KeyExchangeFactory> ServerBuilder.DH2KEX
Methods in org.apache.sshd.server that return types with arguments of type KeyExchangeFactoryModifier and TypeMethodDescriptionstatic List
<KeyExchangeFactory> ServerBuilder.setUpDefaultKeyExchanges
(boolean ignoreUnsupported) -
Uses of KeyExchangeFactory in org.apache.sshd.server.kex
Methods in org.apache.sshd.server.kex that return KeyExchangeFactoryModifier and TypeMethodDescriptionstatic KeyExchangeFactory
DHGEXServer.newFactory
(DHFactory factory) static KeyExchangeFactory
DHGServer.newFactory
(DHFactory factory)