Package org.apache.sshd.common.kex
Interface KeyExchangeFactory
- All Superinterfaces:
NamedResource
-
Field Summary
Fields inherited from interface org.apache.sshd.common.NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTOR -
Method Summary
Methods inherited from interface org.apache.sshd.common.NamedResource
getName
-
Method Details
-
createKeyExchange
- Parameters:
session- TheSessionfor which the factory is invoked- Returns:
- The
KeyExchangeinstance to be used - Throws:
Exception- If failed to create
-