class Dnsruby::Dnssec::ValidationPolicy
A class to cache trusted keys
Constants
- ALWAYS_LOCAL_ANCHORS_ONLY
-
Always use local trust anchors and ignore the root.
-
- ALWAYS_ROOT_ONLY
-
Always use the root and ignore local trust anchors.
-
- LOCAL_ANCHORS_THEN_ROOT
-
Use local trust anchors if available, otherwise use root.
-
- ROOT_THEN_LOCAL_ANCHORS
-
Use the root if successful, otherwise try local anchors.
-