| Package | Description |
|---|---|
| org.eclipse.californium.scandium.dtls | |
| org.eclipse.californium.scandium.dtls.cipher |
| Modifier and Type | Method and Description |
|---|---|
CipherSuite.KeyExchangeAlgorithm |
HandshakeParameter.getKeyExchangeAlgorithm()
Get key exchange algorithm.
|
| Constructor and Description |
|---|
HandshakeParameter(CipherSuite.KeyExchangeAlgorithm keyExchange,
CertificateType certificateType)
Create handshake parameter.
|
| Modifier and Type | Method and Description |
|---|---|
CipherSuite.KeyExchangeAlgorithm |
CipherSuite.getKeyExchange()
Gets the key exchange algorithm the cipher suite employs to
generate a pre-master secret.
|
static CipherSuite.KeyExchangeAlgorithm |
CipherSuite.KeyExchangeAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CipherSuite.KeyExchangeAlgorithm[] |
CipherSuite.KeyExchangeAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static List<CipherSuite> |
CipherSuite.getCipherSuitesByKeyExchangeAlgorithm(boolean recommendedCipherSuitesOnly,
CipherSuite.KeyExchangeAlgorithm... keyExchangeAlgorithms)
Get a list of all cipher suites using the provided key exchange
algorithms.
|
| Modifier and Type | Method and Description |
|---|---|
static List<CipherSuite> |
CipherSuite.getCipherSuitesByKeyExchangeAlgorithm(boolean recommendedCipherSuitesOnly,
boolean orderedByKeyExchangeAlgorithm,
List<CipherSuite.KeyExchangeAlgorithm> keyExchangeAlgorithms)
Get a list of all cipher suites using the provided key exchange
algorithms.
|
Copyright © 2023 Eclipse Foundation. All rights reserved.