Package com.sshtools.client.components
Class DiffieHellmanEcdhNistp521
java.lang.Object
com.sshtools.client.SshKeyExchangeClient
com.sshtools.client.components.DiffieHellmanEcdh
com.sshtools.client.components.DiffieHellmanEcdhNistp521
- All Implemented Interfaces:
Component,SshComponent,SecureComponent,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_REPLYFields 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, testMethods inherited from class com.sshtools.client.SshKeyExchangeClient
getExchangeHash, getHashAlgorithm, getHostKey, getPriority, getSecret, getSecurityLevel, getSignature, hasReceivedNewKeys, hasSentNewKeys, isComplete, reset, setReceivedNewKeys, setSentNewKeysMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sshtools.common.ssh.SecureComponent
getPriority, getSecurityLevelMethods inherited from interface com.sshtools.synergy.ssh.components.SshKeyExchange
getExchangeHash, getHashAlgorithm, getHostKey, getSecret, getSignature, hasReceivedNewKeys, hasSentNewKeys, setReceivedNewKeys, setSentNewKeys
-
Constructor Details
-
DiffieHellmanEcdhNistp521
public DiffieHellmanEcdhNistp521()
-