| Package | Description |
|---|---|
| net.named_data.jndn.encrypt | |
| net.named_data.jndn.security | |
| net.named_data.jndn.security.v2 |
| Constructor and Description |
|---|
DecryptorV2(PibKey credentialsKey,
Validator validator,
KeyChain keyChain,
Face face)
Create a DecryptorV2 with the given parameters.
|
EncryptorV2(Name accessPrefix,
Name ckPrefix,
SigningInfo ckDataSigningInfo,
EncryptError.OnError onError,
Validator validator,
KeyChain keyChain,
Face face)
Create an EncryptorV2 with the given parameters.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ValidatorConfig
ValidatorConfig extends Validator to implements a validator which can be
set up via a configuration file.
|
class |
ValidatorNull
A ValidatorNull extends Validator with an "accept-all" policy and an offline
certificate fetcher.
|
| Modifier and Type | Field and Description |
|---|---|
protected Validator |
ValidationPolicy.validator_ |
| Modifier and Type | Method and Description |
|---|---|
Validator |
ValidationPolicy.getValidator_()
Get the validator_ field, used only for testing.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationPolicy.setValidator(Validator validator)
Set the validator to which this policy is associated.
|
Copyright © 2019. All rights reserved.