public class DiffieHellmanGroupExchangeSha1JCE extends DiffieHellmanGroupExchange
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DIFFIE_HELLMAN_GROUP_EXCHANGE_SHA1
Constant for the algorithm name "diffie-hellman-group1-sha1".
|
clientId, clientKexInit, exchangeHash, firstPacketFollows, hostKey, key, secret, serverId, serverKexInit, signature, transport, useFirstPacket
Constructor and Description |
---|
DiffieHellmanGroupExchangeSha1JCE()
Construct an uninitialized instance.
|
calculateExchangeHash, exchangeGroup, getAlgorithm, getProvider, init, init, isKeyExchangeMessage, processMessage, test
getExchangeHash, getHashAlgorithm, getHostKey, getPriority, getSecret, getSecurityLevel, getSignature, hasReceivedNewKeys, hasSentNewKeys, isComplete, reset, setReceivedNewKeys, setSentNewKeys
public static final java.lang.String DIFFIE_HELLMAN_GROUP_EXCHANGE_SHA1
Copyright © 2022. All rights reserved.