| Package | Description |
|---|---|
| org.eclipse.californium.scandium.dtls |
| Constructor and Description |
|---|
EcdhEcdsaServerKeyExchange(SignatureAndHashAlgorithm signatureAndHashAlgorithm,
XECDHECryptography ecdhe,
PrivateKey serverPrivateKey,
Random clientRandom,
Random serverRandom,
InetSocketAddress peerAddress)
Called by server with generated ephemeral keys and generates signature.
|
EcdhPskServerKeyExchange(PskPublicInformation pskHint,
XECDHECryptography ecdhe,
InetSocketAddress peerAddress)
Creates a new key exchange message with psk hint as clear text and ServerDHParams.
|
Copyright © 2023 Eclipse Foundation. All rights reserved.