| 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)
This is a temporary constructor for the transition to security v2.
|
| 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 © 2018. All rights reserved.