Module nsec3

Source
Expand description

Record data from RFC 5155: NSEC3 and NSEC3PARAM records.

This RFC defines the NSEC3 and NSEC3PARAM resource records.

Structs§

Nsec3
Nsec3Salt
The salt value of an NSEC3 record.
Nsec3SaltError
A byte sequence does not represent a valid NSEC3 salt.
Nsec3param
OwnerHash
The hash over the next owner name.
OwnerHashError
A byte sequence does not represent a valid owner hash.

Enums§

Nsec3SaltFromStrError
An error happened while parsing an NSEC3 salt from a string.