Class Dnsruby::Dnssec::ValidationPolicy
In: lib/Dnsruby/dnssec.rb
Parent: Object

A class to cache trusted keys

Constants

ALWAYS_ROOT_ONLY = 1  
  • Always use the root and ignore local trust anchors.
ROOT_THEN_LOCAL_ANCHORS = 2  
  • Use the root if successful, otherwise try local anchors.
LOCAL_ANCHORS_THEN_ROOT = 3  
  • Use local trust anchors if available, otherwise use root.
ALWAYS_LOCAL_ANCHORS_ONLY = 4  
  • Always use local trust anchors and ignore the root.

[Validate]