| Package | Description |
|---|---|
| net.named_data.jndn.security | |
| net.named_data.jndn.security.policy |
| Constructor and Description |
|---|
KeyChain(IdentityManager identityManager,
PolicyManager policyManager)
Create a new security v1 KeyChain with the given IdentityManager and
PolicyManager.
|
KeyChain(PibImpl pibImpl,
TpmBackEnd tpmBackEnd,
PolicyManager policyManager)
Create a security v2 KeyChain with explicitly-created PIB and TPM objects,
and that still uses the v1 PolicyManager.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigPolicyManager
A ConfigPolicyManager manages trust according to a configuration file in the
Validator Configuration File Format
(http://redmine.named-data.net/projects/ndn-cxx/wiki/CommandValidatorConf)
Once a rule is matched, the ConfigPolicyManager looks in the
CertificateCache for the certificate matching the name in the KeyLocator
and uses its public key to verify the data packet or signed interest.
|
class |
NoVerifyPolicyManager |
class |
SelfVerifyPolicyManager
A SelfVerifyPolicyManager implements a PolicyManager to look in the
storage for the public key with the name in the KeyLocator (if
available) and use it to verify the data packet, without searching a
certificate chain.
|
Copyright © 2019. All rights reserved.