# File ../../auditor/lib/kasp_auditor/config.rb, line 235 def initialize(e) ttl_text = e.elements['TTL'].text @ttl = Config.xsd_duration_to_seconds(ttl_text) @ksks = [] e.get_elements('KSK').each {|k| key = AnyKey.new(k) @ksks.push(key) } @zsks = [] e.get_elements('ZSK').each {|k| key = AnyKey.new(k) @zsks.push(key) } end
Generated with the Darkfish Rdoc Generator 2.