public class DiffieHellmanGroup1Sha1JCE extends DiffieHellmanGroup
Implementation of the required SSH Transport Protocol key exchange method "diffie-hellman-group1-sha1".
Modifier and Type | Field and Description |
---|---|
static String |
DIFFIE_HELLMAN_GROUP1_SHA1
Constant for the algorithm name "diffie-hellman-group1-sha1".
|
DIFFIE_HELLMAN_GROUP14_SHA1
clientId, clientKexInit, exchangeHash, firstPacketFollows, hostKey, prvkey, pubkey, secret, serverId, serverKexInit, signature, transport, useFirstPacket
Constructor and Description |
---|
DiffieHellmanGroup1Sha1JCE()
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_GROUP1_SHA1
Copyright © 2017. All rights reserved.