RegistrationDnsSettingsCustomDnsDsRecord

data class RegistrationDnsSettingsCustomDnsDsRecord(val algorithm: String? = null, val digest: String? = null, val digestType: String? = null, val keyTag: Int? = null)

Constructors

Link copied to clipboard
constructor(algorithm: String? = null, digest: String? = null, digestType: String? = null, keyTag: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val algorithm: String? = null

The algorithm used to generate the referenced DNSKEY.

Link copied to clipboard
val digest: String? = null

The digest generated from the referenced DNSKEY.

Link copied to clipboard
val digestType: String? = null

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

Link copied to clipboard
val keyTag: Int? = null

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