Package version:

Interface Digest

A digest.

interface Digest {
    algorithmType?: number;
    value?: string;
}

Properties

algorithmType?: number

The digest algorithm type represents the standard digest algorithm number used to construct the digest. See: https://www.iana.org/assignments/ds-rr-types/ds-rr-types.xhtml

value?: string

The digest value is a cryptographic hash value of the referenced DNSKEY Resource Record.