DelegationSignerInfoResponse

data class DelegationSignerInfoResponse(val digestAlgorithmType: Int, val digestValue: String, val record: String)

The delegation signer information.

Constructors

Link copied to clipboard
constructor(digestAlgorithmType: Int, digestValue: String, record: String)

Types

Link copied to clipboard
object Companion

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.

Link copied to clipboard

The record represents a delegation signer (DS) record.