| Package | Description |
|---|---|
| org.eclipse.californium.scandium.dtls | |
| org.eclipse.californium.scandium.dtls.cipher |
| Modifier and Type | Method and Description |
|---|---|
static SupportedPointFormatsExtension.ECPointFormat |
SupportedPointFormatsExtension.ECPointFormat.getECPointFormatById(int id) |
static SupportedPointFormatsExtension.ECPointFormat |
SupportedPointFormatsExtension.ECPointFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SupportedPointFormatsExtension.ECPointFormat[] |
SupportedPointFormatsExtension.ECPointFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SupportedPointFormatsExtension.contains(SupportedPointFormatsExtension.ECPointFormat format) |
| Modifier and Type | Method and Description |
|---|---|
SupportedPointFormatsExtension.ECPointFormat |
CipherSuiteParameters.getFormat() |
| Constructor and Description |
|---|
CipherSuiteParameters(PublicKey publicKey,
List<X509Certificate> certificateChain,
boolean clientAuthenticationRequired,
boolean clientAuthenticationWanted,
List<CipherSuite> cipherSuites,
List<CertificateType> serverCertTypes,
List<CertificateType> clientCertTypes,
List<XECDHECryptography.SupportedGroup> supportedGroups,
List<SignatureAndHashAlgorithm> signatures,
SupportedPointFormatsExtension.ECPointFormat format)
Create common cipher suites and parameters.
|
Copyright © 2023 Eclipse Foundation. All rights reserved.