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 Function<DHFactory,KeyExchangeFactory>ClientBuilder. DH2KEXMethods in org.apache.sshd.client that return types with arguments of type KeyExchangeFactory Modifier and Type Method Description static 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 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 KeyExchangeFactory Modifier and Type Field Description protected List<KeyExchangeFactory>BaseBuilder. keyExchangeFactoriesMethod parameters in org.apache.sshd.common with type arguments of type KeyExchangeFactory Modifier and Type Method Description SBaseBuilder. 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 KeyExchangeFactory Modifier and Type Method Description static <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
Methods in org.apache.sshd.common.kex that return types with arguments of type KeyExchangeFactory Modifier and Type Method Description List<KeyExchangeFactory>AbstractKexFactoryManager. getKeyExchangeFactories()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 voidAbstractKexFactoryManager. 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 KeyExchangeFactory Modifier and Type Field Description static Function<DHFactory,KeyExchangeFactory>ServerBuilder. DH2KEXMethods in org.apache.sshd.server that return types with arguments of type KeyExchangeFactory Modifier and Type Method Description static 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 KeyExchangeFactoryDHGEXServer. newFactory(DHFactory factory)static KeyExchangeFactoryDHGServer. newFactory(DHFactory factory)
-