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.DH2KEXMethods 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 KeyExchangeFactoryDHGClient.newFactory(DHFactory delegate) static KeyExchangeFactoryDHGEXClient.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.keyExchangeFactoriesMethod 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.keyExchangeFactoriesMethods 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 TypeMethodDescriptionvoidAbstractKexFactoryManager.setKeyExchangeFactories(List<KeyExchangeFactory> keyExchangeFactories) voidKexFactoryManager.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.DH2KEXMethods 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 KeyExchangeFactoryDHGEXServer.newFactory(DHFactory factory) static KeyExchangeFactoryDHGServer.newFactory(DHFactory factory)