| Package | Description |
|---|---|
| org.eclipse.californium.scandium.config | |
| org.eclipse.californium.scandium.dtls.rpkstore | |
| org.eclipse.californium.scandium.dtls.x509 |
| Modifier and Type | Method and Description |
|---|---|
TrustedRpkStore |
DtlsConnectorConfig.getRpkTrustStore()
Note: the upcoming next major version 3.0 will remove this method.
|
| Modifier and Type | Method and Description |
|---|---|
DtlsConnectorConfig.Builder |
DtlsConnectorConfig.Builder.setRpkTrustStore(TrustedRpkStore store)
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 | Class and Description |
|---|---|
class |
InMemoryRpkTrustStore
Deprecated.
use
StaticNewAdvancedCertificateVerifier instead |
class |
TrustAllRpks
Deprecated.
use
StaticNewAdvancedCertificateVerifier instead |
| Modifier and Type | Field and Description |
|---|---|
protected TrustedRpkStore |
BridgeCertificateVerifier.Builder.rpkVerifier
RPK certificate verifier to delegate verification.
|
| Modifier and Type | Method and Description |
|---|---|
BridgeCertificateVerifier.Builder |
BridgeCertificateVerifier.Builder.setTrustedRPKs(TrustedRpkStore rpkVerifier) |
| 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.