public class DiffieHellmanGroup14Sha1JCE extends DiffieHellmanGroup
Implementation of the required SSH Transport Protocol key exchange method "diffie-hellman-group14-sha1".
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DIFFIE_HELLMAN_GROUP14_SHA1 |
clientId, clientKexInit, exchangeHash, firstPacketFollows, hostKey, prvkey, pubkey, secret, serverId, serverKexInit, signature, transport, useFirstPacket
Constructor and Description |
---|
DiffieHellmanGroup14Sha1JCE()
Construct an uninitialized instance.
|
calculateExchangeHash, getAlgorithm, getProvider, init, processMessage, test
getExchangeHash, getHashAlgorithm, getHostKey, getPriority, getSecret, getSecurityLevel, getSignature, hasReceivedNewKeys, hasSentNewKeys, reset, setReceivedNewKeys, setSentNewKeys
public static final java.lang.String DIFFIE_HELLMAN_GROUP14_SHA1
Copyright © 2023. All rights reserved.