| Package | Description |
|---|---|
| org.eclipse.californium.scandium.config | |
| org.eclipse.californium.scandium.dtls.x509 |
| Modifier and Type | Method and Description |
|---|---|
CertificateVerifier |
DtlsConnectorConfig.getCertificateVerifier()
Gets the verifier in charge of validating the peer's certificate chain
during the DTLS handshake.
|
| Modifier and Type | Method and Description |
|---|---|
DtlsConnectorConfig.Builder |
DtlsConnectorConfig.Builder.setCertificateVerifier(CertificateVerifier verifier)
Deprecated.
use
DtlsConnectorConfig.Builder.setAdvancedCertificateVerifier(NewAdvancedCertificateVerifier)
instead. StaticNewAdvancedCertificateVerifier may
be used for simple setups. More complex ones may require a
custom implementation. During migration you may also use
the BridgeCertificateVerifier in order to use old
implementations for that period. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AdvancedCertificateVerifier
Deprecated.
use
NewAdvancedCertificateVerifier instead, or
BridgeCertificateVerifier until migrated. |
| Modifier and Type | Class and Description |
|---|---|
class |
StaticCertificateVerifier
Deprecated.
use
StaticNewAdvancedCertificateVerifier instead. |
| Modifier and Type | Field and Description |
|---|---|
protected CertificateVerifier |
BridgeCertificateVerifier.Builder.x509verifier
x509 certificate verifier to delegate verification.
|
| Modifier and Type | Method and Description |
|---|---|
BridgeCertificateVerifier.Builder |
BridgeCertificateVerifier.Builder.setCertificateVerifier(CertificateVerifier x509verifier) |
| Constructor and Description |
|---|
BridgeCertificateVerifier(CertificateVerifier x509verifier,
TrustedRpkStore rpkVerifier,
List<CertificateType> supportedCertificateTypes)
Create delegating certificate verifier for x509 and RPK.
|
Copyright © 2023 Eclipse Foundation. All rights reserved.