Method: Dnsruby::RR::NSEC3#hash_length

Defined in:
lib/dnsruby/resource/NSEC3.rb

#hash_lengthObject

The Hash Length field defines the length of the Next Hashed Owner Name field, ranging in value from 1 to 255 octets.



83
84
85
# File 'lib/dnsruby/resource/NSEC3.rb', line 83

def hash_length
  @hash_length
end