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