| Package | Description |
|---|---|
| org.eclipse.californium.scandium.dtls | |
| org.eclipse.californium.scandium.dtls.pskstore |
| Modifier and Type | Method and Description |
|---|---|
protected PskSecretResult |
Handshaker.requestPskSecretResult(PskPublicInformation pskIdentity,
SecretKey otherSecret)
Request psk secret result for PSK cipher suites.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PskSecretResultHandler.apply(PskSecretResult secretResult)
Apply PSK secret result.
|
void |
Handshaker.processAsyncPskSecretResult(PskSecretResult pskSecretResult)
Deprecated.
|
protected void |
Handshaker.processPskSecretResult(PskSecretResult pskSecretResult)
Process PSK secret result.
|
| Modifier and Type | Method and Description |
|---|---|
PskSecretResult |
BridgePskStore.requestPskSecretResult(ConnectionId cid,
ServerNames serverNames,
PskPublicInformation identity,
String hmacAlgorithm,
SecretKey otherSecret,
byte[] seed) |
PskSecretResult |
AsyncInMemoryPskStore.requestPskSecretResult(ConnectionId cid,
ServerNames serverNames,
PskPublicInformation identity,
String hmacAlgorithm,
SecretKey otherSecret,
byte[] seed)
Deprecated.
|
PskSecretResult |
AsyncAdvancedPskStore.requestPskSecretResult(ConnectionId cid,
ServerNames serverNames,
PskPublicInformation identity,
String hmacAlgorithm,
SecretKey otherSecret,
byte[] seed) |
PskSecretResult |
AdvancedSinglePskStore.requestPskSecretResult(ConnectionId cid,
ServerNames serverName,
PskPublicInformation identity,
String hmacAlgorithm,
SecretKey otherSecret,
byte[] seed) |
PskSecretResult |
AdvancedPskStore.requestPskSecretResult(ConnectionId cid,
ServerNames serverName,
PskPublicInformation identity,
String hmacAlgorithm,
SecretKey otherSecret,
byte[] seed)
Request psk secret result.
|
PskSecretResult |
AdvancedMultiPskStore.requestPskSecretResult(ConnectionId cid,
ServerNames serverNames,
PskPublicInformation identity,
String hmacAlgorithm,
SecretKey otherSecret,
byte[] seed) |
PskSecretResult |
AdvancedInMemoryPskStore.requestPskSecretResult(ConnectionId cid,
ServerNames serverNames,
PskPublicInformation identity,
String hmacAlgorithm,
SecretKey otherSecret,
byte[] seed)
Deprecated.
|
Copyright © 2023 Eclipse Foundation. All rights reserved.