| Package | Description |
|---|---|
| org.eclipse.californium.scandium.config | |
| org.eclipse.californium.scandium.dtls | |
| org.eclipse.californium.scandium.dtls.x509 |
| Modifier and Type | Method and Description |
|---|---|
NewAdvancedCertificateVerifier |
DtlsConnectorConfig.getAdvancedCertificateVerifier()
Gets the new advanced certificate verifier to be used during the DTLS
handshake.
|
| Modifier and Type | Method and Description |
|---|---|
DtlsConnectorConfig.Builder |
DtlsConnectorConfig.Builder.setAdvancedCertificateVerifier(NewAdvancedCertificateVerifier verifier)
Sets the logic in charge of validating a X.509 certificate chain.
|
| Modifier and Type | Field and Description |
|---|---|
protected NewAdvancedCertificateVerifier |
Handshaker.certificateVerifier
The logic in charge of verifying the chain of certificates asserting this
handshaker's identity
|
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncNewAdvancedCertificateVerifier
Simple asynchronous test implementation of
NewAdvancedCertificateVerifier. |
class |
BridgeCertificateVerifier
Adapter to use custom implementations of the deprecated certificate verifier
until having them migrated.
|
class |
StaticNewAdvancedCertificateVerifier
New advanced certificate verifier based on collections of trusted x509
certificates and RPKs.
|
| Modifier and Type | Method and Description |
|---|---|
NewAdvancedCertificateVerifier |
StaticNewAdvancedCertificateVerifier.Builder.build() |
NewAdvancedCertificateVerifier |
BridgeCertificateVerifier.Builder.build() |
Copyright © 2023 Eclipse Foundation. All rights reserved.