SigningKeyResponse

data class SigningKeyResponse(val delegationSignerInfo: List<DelegationSignerInfoResponse>, val flags: Int, val keyTag: Int, val protocol: Int, val publicKey: String, val securityAlgorithmType: Int)

Represents the signing key.

Constructors

Link copied to clipboard
constructor(delegationSignerInfo: List<DelegationSignerInfoResponse>, flags: Int, keyTag: Int, protocol: Int, publicKey: String, securityAlgorithmType: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The delegation signer information.

Link copied to clipboard
val flags: Int

The flags specifies how the key is used.

Link copied to clipboard
val keyTag: Int

The key tag value of the DNSKEY Resource Record.

Link copied to clipboard

The protocol value. The value is always 3.

Link copied to clipboard

The public key, represented as a Base64 encoding.

Link copied to clipboard

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