DigestResponse

data class DigestResponse(val algorithmType: Int? = null, val value: String? = null)

A digest.

Constructors

Link copied to clipboard
constructor(algorithmType: Int? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val algorithmType: Int? = null

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
val value: String? = null

The digest value is a cryptographic hash value of the referenced DNSKEY Resource Record.