GetKeysKeySigningKeyDigest

data class GetKeysKeySigningKeyDigest(val digest: String? = null, val type: String? = null)

Constructors

Link copied to clipboard
fun GetKeysKeySigningKeyDigest(digest: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val digest: String? = null

The base-16 encoded bytes of this digest. Suitable for use in a DS resource record.

Link copied to clipboard
val type: String? = null

Specifies the algorithm used to calculate this digest. Possible values are sha1, sha256 and sha384