Parent

Methods

KASPAuditor::Config::Denial::Nsec3::Hash

Attributes

algorithm[RW]
iterations[RW]
salt[RW]
salt_length[RW]

Public Class Methods

new(e) click to toggle source
# File ../../auditor/lib/kasp_auditor/config.rb, line 201
def initialize(e)
  @algorithm = e.elements['Algorithm'].text.to_i
  @iterations = e.elements['Iterations'].text.to_i
  e.elements.each('Salt') {|s|
    @salt_length = s.attributes['length']
  }
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.