| Package | Description |
|---|---|
| org.eclipse.californium.scandium.dtls |
| Modifier and Type | Field and Description |
|---|---|
protected Random |
Handshaker.clientRandom |
protected Random |
Handshaker.serverRandom |
| Modifier and Type | Method and Description |
|---|---|
Random |
Handshaker.getClientRandom()
Get client random.
|
Random |
ServerHello.getRandom()
Gets the server's random value to use for generating the key material.
|
Random |
ClientHello.getRandom() |
Random |
Handshaker.getServerRandom()
Get server random.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EcdhEcdsaServerKeyExchange.verifySignature(PublicKey serverPublicKey,
Random clientRandom,
Random serverRandom)
Called by the client after receiving the server's
ServerKeyExchange message. |
| 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.
|
ServerHello(ProtocolVersion version,
Random random,
SessionId sessionId,
CipherSuite cipherSuite,
CompressionMethod compressionMethod,
HelloExtensions extensions,
InetSocketAddress peerAddress)
Constructs a full ServerHello message.
|
Copyright © 2023 Eclipse Foundation. All rights reserved.