Uses of Interface
com.sshtools.synergy.ssh.SshTransport
Packages that use SshTransport
Package
Description
This package contains an abstract cryptographic provider for the SSH protocol.
-
Uses of SshTransport in com.sshtools.synergy.ssh
Classes in com.sshtools.synergy.ssh that implement SshTransportModifier and TypeClassDescriptionclassTransportProtocol<T extends SshContext>This class implements the SSH Transport Protocol for the SSHD server. -
Uses of SshTransport in com.sshtools.synergy.ssh.components
Methods in com.sshtools.synergy.ssh.components with parameters of type SshTransportModifier and TypeMethodDescriptionvoidSshKeyExchange.init(SshTransport<T> transport, String clientId, String serverId, byte[] clientKexInit, byte[] serverKexInit, SshPrivateKey prvkey, SshPublicKey pubkey, boolean firstPacketFollows, boolean useFirstPacket)