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 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
getExchangeHash, getHashAlgorithm, getHostKey, getSecret, getSignature, hasReceivedNewKeys, hasSentNewKeys, reset, setReceivedNewKeys, setSentNewKeys, test
public static final String DIFFIE_HELLMAN_GROUP14_SHA1
Copyright © 2017. All rights reserved.