Package com.sshtools.synergy.ssh.components
package com.sshtools.synergy.ssh.components
This package contains an abstract cryptographic provider for the SSH protocol. No actual provider is implemented here, this is simply a set of interfaces that require a concrete implementation to perform the actual cryptographic functions.
-
InterfacesClassDescriptionSshKeyExchange<T extends SshContext>Base interface for SSH2 key exchange implementations.