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:
Component,SshComponent,SecureComponent,SshKeyExchange<SshClientContext>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classNested 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_REPLYFields 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, testMethods 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()
-