The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Zonemaster::LDNS::RR::NSEC3 - Type NSEC3 record

DESCRIPTION

A subclass of Zonemaster::LDNS::RR, so it has all the methods of that class available in addition to the ones documented here.

METHODS

algorithm()

Returns the algorithm number.

flags()

Returns the flags field.

optout()

Returns the optout flag.

iterations()

Returns the iteration count.

salt()

Returns the cryptographic salt, in binary form.

next_owner()

Returns the next owner field.

typelist()

Returns the typelist as a space-separated string.

typehref()

Returns the typelist as a reference to a hash where the included types are keys storing true values.

covers($name)

Returns true or false depending on if the record covers the given name or not.