Delegation Signer Info Response
data class DelegationSignerInfoResponse(val digestAlgorithmType: Int, val digestValue: String, val record: String)
The delegation signer information.
Properties
Link copied to clipboard
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
Link copied to clipboard
The digest value is a cryptographic hash value of the referenced DNSKEY Resource Record.