Package com.sshtools.client.components
Class DiffieHellmanEcdhNistp256
java.lang.Object
com.sshtools.client.SshKeyExchangeClient
com.sshtools.client.components.DiffieHellmanEcdh
com.sshtools.client.components.DiffieHellmanEcdhNistp256
- 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
-
Field Summary
Fields inherited from class com.sshtools.client.components.DiffieHellmanEcdh
SSH_MSG_KEX_ECDH_INIT, SSH_MSG_KEX_ECDH_REPLY
Fields inherited from class com.sshtools.client.SshKeyExchangeClient
e, exchangeHash, f, firstPacketFollows, hostKey, key, secret, signature, transport, useFirstPacket
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sshtools.client.components.DiffieHellmanEcdh
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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.sshtools.common.ssh.SecureComponent
getPriority, getSecurityLevel
Methods inherited from interface com.sshtools.synergy.ssh.components.SshKeyExchange
getExchangeHash, getHashAlgorithm, getHostKey, getSecret, getSignature, hasReceivedNewKeys, hasSentNewKeys, setReceivedNewKeys, setSentNewKeys
-
Constructor Details
-
DiffieHellmanEcdhNistp256
public DiffieHellmanEcdhNistp256()
-