Uses of Interface
org.apache.sshd.common.kex.KeyExchangeFactory
-
-
Uses of KeyExchangeFactory in org.apache.sshd.client
Fields in org.apache.sshd.client with type parameters of type KeyExchangeFactory Modifier and Type Field Description static java.util.function.Function<DHFactory,KeyExchangeFactory>
ClientBuilder. DH2KEX
Methods in org.apache.sshd.client that return types with arguments of type KeyExchangeFactory Modifier and Type Method Description static java.util.List<KeyExchangeFactory>
ClientBuilder. setUpDefaultKeyExchanges(boolean ignoreUnsupported)
-
Uses of KeyExchangeFactory in org.apache.sshd.client.kex
Methods in org.apache.sshd.client.kex that return KeyExchangeFactory Modifier and Type Method Description static 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 KeyExchangeFactory Modifier and Type Field Description protected java.util.List<KeyExchangeFactory>
BaseBuilder. keyExchangeFactories
Method parameters in org.apache.sshd.common with type arguments of type KeyExchangeFactory Modifier and Type Method Description S
BaseBuilder. keyExchangeFactories(java.util.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 KeyExchangeFactory Modifier and Type Method Description static <M extends AbstractFactoryManager>
MSshConfigFileReader. configureKeyExchanges(M manager, java.lang.String value, boolean lenient, java.util.function.Function<? super DHFactory,? extends KeyExchangeFactory> xformer, boolean ignoreUnsupported)
static <M extends AbstractFactoryManager>
MSshConfigFileReader. configureKeyExchanges(M manager, PropertyResolver props, boolean lenient, java.util.function.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 KeyExchangeFactory Modifier and Type Field Description private java.util.List<KeyExchangeFactory>
AbstractKexFactoryManager. keyExchangeFactories
Methods in org.apache.sshd.common.kex that return types with arguments of type KeyExchangeFactory Modifier and Type Method Description java.util.List<KeyExchangeFactory>
AbstractKexFactoryManager. getKeyExchangeFactories()
java.util.List<KeyExchangeFactory>
KexFactoryManager. getKeyExchangeFactories()
Retrieve the list of named factories forKeyExchange
.Method parameters in org.apache.sshd.common.kex with type arguments of type KeyExchangeFactory Modifier and Type Method Description void
AbstractKexFactoryManager. setKeyExchangeFactories(java.util.List<KeyExchangeFactory> keyExchangeFactories)
void
KexFactoryManager. setKeyExchangeFactories(java.util.List<KeyExchangeFactory> keyExchangeFactories)
-
Uses of KeyExchangeFactory in org.apache.sshd.server
Fields in org.apache.sshd.server with type parameters of type KeyExchangeFactory Modifier and Type Field Description static java.util.function.Function<DHFactory,KeyExchangeFactory>
ServerBuilder. DH2KEX
Methods in org.apache.sshd.server that return types with arguments of type KeyExchangeFactory Modifier and Type Method Description static java.util.List<KeyExchangeFactory>
ServerBuilder. setUpDefaultKeyExchanges(boolean ignoreUnsupported)
-
Uses of KeyExchangeFactory in org.apache.sshd.server.kex
Methods in org.apache.sshd.server.kex that return KeyExchangeFactory Modifier and Type Method Description static KeyExchangeFactory
DHGEXServer. newFactory(DHFactory factory)
static KeyExchangeFactory
DHGServer. newFactory(DHFactory factory)
-