Dns.DnskeySourceDNS keys
A DNS key record (DNSKEY) specifies flags, algorithm, and key data.
The type of DNSKEY flags.
of_string str attempts to parse str to a dnskey. The colon character (:) is used as separator, supported format is: algorithm:keydata. Flags are not supported.
to_string key is a string where the colon character (:) is used as separator. The output is algorithm:keydata. Flags are not supported.
name_key_of_string str attempts to parse str to a domain name and a dnskey. The colon character (:) is used as separator.
name_key_to_string (name, key) is a string name:algorithm:keydata. The colon character (:) is used as separater.
digest_prep name key encodes name and key into a buffer, as preparation for computing its digest (for DS records).