Package version:

Interface DsRecord

A DS record. For more information about the DS record format, see RFC 4034: https://www.rfc-editor.org/rfc/rfc4034

interface DsRecord {
    algorithm?: number;
    digest?: Digest;
    keyTag?: number;
}

Properties

algorithm?: number

The security algorithm type represents the standard security algorithm number of the DNSKEY Resource Record. See: https://www.iana.org/assignments/dns-sec-alg-numbers/dns-sec-alg-numbers.xhtml

digest?: Digest

The digest entity.

keyTag?: number

The key tag value is used to determine which DNSKEY Resource Record is used for signature verification.