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
- TheSession
for which the factory is invoked- Returns:
- The
KeyExchange
instance to be used - Throws:
Exception
- If failed to create
-