digests property

List<DnsKeyDigest>? digests
getter/setter pair

Cryptographic hashes of the DNSKEY resource record associated with this DnsKey.

These digests are needed to construct a DS record that points at this DNS key. Output only.

Implementation

core.List<DnsKeyDigest>? digests;