Skip to the content.

Function: validateNSEC3PARAM()

function validateNSEC3PARAM(record: unknown): NSEC3PARAMRecord;

Defined in: src/dnssec.ts:676

Validates an NSEC3PARAM record

Parameters

record

unknown

Returns

NSEC3PARAMRecord

Throws

DNSValidationError When the NSEC3PARAM record is invalid.