DsRecordResponse

data class DsRecordResponse(val algorithm: Int? = null, val digest: DigestResponse? = null, val keyTag: Int? = null)

A DS record. For more information about the DS record format, see RFC 4034: https://www.rfc-editor.org/rfc/rfc4034

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val algorithm: Int? = null

The security algorithm type represents the standard security algorithm number of the DNSKEY Resource Record. See: https://www.iana.org/assignments/dns-sec-alg-numbers/dns-sec-alg-numbers.xhtml

Link copied to clipboard
val digest: DigestResponse? = null

The digest entity.

Link copied to clipboard
val keyTag: Int? = null

The key tag value is used to determine which DNSKEY Resource Record is used for signature verification.