DsRecordResponse

data class DsRecordResponse(val algorithm: String, val digest: String, val digestType: String, val keyTag: Int)

Defines a Delegation Signer (DS) record, which is needed to enable DNSSEC for a domain. It contains a digest (hash) of a DNSKEY record that must be present in the domain's DNS zone.

Constructors

Link copied to clipboard
fun DsRecordResponse(algorithm: String, digest: String, digestType: String, keyTag: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The algorithm used to generate the referenced DNSKEY.

Link copied to clipboard

The digest generated from the referenced DNSKEY.

Link copied to clipboard

The hash function used to generate the digest of the referenced DNSKEY.

Link copied to clipboard
val keyTag: Int

The key tag of the record. Must be set in range 0 -- 65535.