DelegationSignerRecordSigningAttributes

data class DelegationSignerRecordSigningAttributes(val algorithm: Int, val flags: Int, val publicKey: String)

Constructors

Link copied to clipboard
constructor(algorithm: Int, flags: Int, publicKey: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Algorithm which was used to generate the digest from the public key.

Link copied to clipboard
val flags: Int

Defines the type of key. It can be either a KSK (key-signing-key, value 257) or ZSK (zone-signing-key, value 256).

Link copied to clipboard

The base64-encoded public key part of the key pair that is passed to the registry.