GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Zonemaster::LDNS::RR::NSEC3(3) User Contributed Perl Documentation Zonemaster::LDNS::RR::NSEC3(3)

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

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

Returns the algorithm number.
Returns the flags field.
Returns the optout flag.
Returns the iteration count.
Returns the contents of the salt field as a binary string, if non-empty; otherwise, returns an empty string. If there was a problem accessing the salt field, returns undef.
Returns the next hashed owner name field, in binary form. To convert the return value to the human-readable presentation format, use "encode_base32hex" in MIME::Base32.
Returns the typelist as a space-separated string.
Returns the typelist as a reference to a hash where the included types are keys storing true values.
Returns true or false depending on if the record covers the given name or not.
Computes and returns a hash, in canonical form, of the given name using the parameters (algorithm, iterations, salt) of the resource record.
2024-11-25 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.