public class DiffieHellmanGroupExchangeSha256JCE extends DiffieHellmanGroupExchangeSha1JCE
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DIFFIE_HELLMAN_GROUP_EXCHANGE_SHA256 |
DIFFIE_HELLMAN_GROUP_EXCHANGE_SHA1
clientId, clientKexInit, exchangeHash, firstPacketFollows, hostKey, prvkey, pubkey, secret, serverId, serverKexInit, signature, transport, useFirstPacket
Constructor and Description |
---|
DiffieHellmanGroupExchangeSha256JCE() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAlgorithm()
Get the algorithm name for this key exchange
|
calculateExchangeHash, exchangeGroup, getProvider, init, prepareGroup, processMessage, test
getExchangeHash, getHashAlgorithm, getHostKey, getPriority, getSecret, getSecurityLevel, getSignature, hasReceivedNewKeys, hasSentNewKeys, reset, setReceivedNewKeys, setSentNewKeys
public static final java.lang.String DIFFIE_HELLMAN_GROUP_EXCHANGE_SHA256
public java.lang.String getAlgorithm()
DiffieHellmanGroupExchangeSha1JCE
getAlgorithm
in interface com.sshtools.common.ssh.components.SshComponent
getAlgorithm
in interface com.sshtools.common.ssh.SecureComponent
getAlgorithm
in interface com.sshtools.synergy.ssh.components.SshKeyExchange<SshServerContext>
getAlgorithm
in class DiffieHellmanGroupExchangeSha1JCE
Copyright © 2023. All rights reserved.