Skip to the content.

Function: validateRRSIG()

function validateRRSIG(record: unknown): RRSIGRecord;

Defined in: src/dnssec.ts:744

Validates a RRSIG record

Parameters

record

unknown

Returns

RRSIGRecord

Throws

DNSValidationError When the RRSIG record is invalid.