Uses of Interface
com.sshtools.synergy.ssh.components.SshKeyExchange
Packages that use SshKeyExchange
-
Uses of SshKeyExchange in com.sshtools.synergy.ssh
Fields in com.sshtools.synergy.ssh with type parameters of type SshKeyExchangeModifier and TypeFieldDescriptionprotected ComponentFactory<SshKeyExchange<? extends SshContext>>SshContext.keyExchangesMethods in com.sshtools.synergy.ssh that return types with arguments of type SshKeyExchangeModifier and TypeMethodDescriptionComponentFactory<SshKeyExchange<? extends SshContext>>SshContext.supportedKeyExchanges()Get the supported key exchange methods.Methods in com.sshtools.synergy.ssh with parameters of type SshKeyExchangeModifier and TypeMethodDescriptionprotected voidTransportProtocol.completeKeyExchange(SshKeyExchange<T> keyExchange) protected abstract voidTransportProtocol.initializeKeyExchange(SshKeyExchange<T> keyExchange, boolean firstPacketFollows, boolean useFirstPacket)