| Package | Description |
|---|---|
| net.named_data.jndn.security | |
| net.named_data.jndn.security.v2 |
| Constructor and Description |
|---|
ValidatorConfig(CertificateFetcher fetcher) |
| Modifier and Type | Class and Description |
|---|---|
class |
CertificateFetcherFromNetwork
CertificateFetcherFromNetwork extends CertificateFetcher to fetch missing
certificates from the network.
|
class |
CertificateFetcherOffline
CertificateFetcherOffline extends CertificateFetcher to implement a fetcher
that does not fetch certificates (always offline).
|
| Modifier and Type | Method and Description |
|---|---|
CertificateFetcher |
Validator.getFetcher()
Get the CertificateFetcher given to (or created in) the constructor.
|
| Constructor and Description |
|---|
Validator(ValidationPolicy policy,
CertificateFetcher certificateFetcher)
Create a Validator with the policy and fetcher.
|
Copyright © 2019. All rights reserved.