Package com.sshtools.client.components
Class Curve25519SHA256LibSshClient
java.lang.Object
com.sshtools.client.SshKeyExchangeClient
com.sshtools.client.components.Curve25519SHA256Client
com.sshtools.client.components.Curve25519SHA256LibSshClient
- All Implemented Interfaces:
com.sshtools.common.ssh.components.Component
,com.sshtools.common.ssh.components.SshComponent
,com.sshtools.common.ssh.SecureComponent
,com.sshtools.synergy.ssh.components.SshKeyExchange<SshClientContext>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Nested classes/interfaces inherited from class com.sshtools.client.components.Curve25519SHA256Client
Curve25519SHA256Client.Curve25519SHA256ClientFactory
-
Field Summary
FieldsFields inherited from class com.sshtools.client.components.Curve25519SHA256Client
CURVE25519_SHA2, name, SSH_MSG_KEX_ECDH_INIT, SSH_MSG_KEX_ECDH_REPLY
Fields inherited from class com.sshtools.client.SshKeyExchangeClient
exchangeHash, firstPacketFollows, hostKey, key, secret, signature, transport, useFirstPacket
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sshtools.client.components.Curve25519SHA256Client
calculateExchangeHash, getAlgorithm, getProvider, init, processMessage, test
Methods inherited from class com.sshtools.client.SshKeyExchangeClient
getExchangeHash, getHashAlgorithm, getHostKey, getPriority, getSecret, getSecurityLevel, getSignature, hasReceivedNewKeys, hasSentNewKeys, isComplete, reset, setReceivedNewKeys, setSentNewKeys
-
Field Details
-
CURVE25519_SHA2_AT_LIBSSH_ORG
- See Also:
-
-
Constructor Details
-
Curve25519SHA256LibSshClient
public Curve25519SHA256LibSshClient()
-