Digest interface
A digest.
Properties
| algorithm |
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 | The digest value is a cryptographic hash value of the referenced DNSKEY Resource Record. |
Property Details
algorithmType
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
algorithmType?: number
Property Value
number
value
The digest value is a cryptographic hash value of the referenced DNSKEY Resource Record.
value?: string
Property Value
string