KeySigningKey

A key-signing key (KSK) is a complex type that represents a public/private key pair. The private key is used to generate a digital signature for the zone signing key (ZSK). The public key is stored in the DNS and is used to authenticate the ZSK. A KSK is always associated with a hosted zone; it cannot exist by itself.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The date when the key-signing key (KSK) was created.

Link copied to clipboard

A string used to represent the delegation signer digest algorithm. This value must follow the guidelines provided by RFC-8624 Section 3.3.

Link copied to clipboard

An integer used to represent the delegation signer digest algorithm. This value must follow the guidelines provided by RFC-8624 Section 3.3.

Link copied to clipboard

A cryptographic digest of a DNSKEY resource record (RR). DNSKEY records are used to publish the public key that resolvers can use to verify DNSSEC signatures that are used to secure certain kinds of information provided by the DNS system.

Link copied to clipboard

A string that represents a DNSKEY record.

Link copied to clipboard

A string that represents a delegation signer (DS) record.

Link copied to clipboard
val flag: Int

An integer that specifies how the key is used. For key-signing key (KSK), this value is always 257.

Link copied to clipboard
val keyTag: Int

An integer used to identify the DNSSEC record for the domain name. The process used to calculate the value is described in RFC-4034 Appendix B.

Link copied to clipboard

The Amazon resource name (ARN) used to identify the customer managed key in Key Management Service (KMS). The KmsArn must be unique for each key-signing key (KSK) in a single hosted zone.

Link copied to clipboard

The last time that the key-signing key (KSK) was changed.

Link copied to clipboard
val name: String?

A string used to identify a key-signing key (KSK). Name can include numbers, letters, and underscores (_). Name must be unique for each key-signing key in the same hosted zone.

Link copied to clipboard

The public key, represented as a Base64 encoding, as required by RFC-4034 Page 5.

Link copied to clipboard

A string used to represent the signing algorithm. This value must follow the guidelines provided by RFC-8624 Section 3.1.

Link copied to clipboard

An integer used to represent the signing algorithm. This value must follow the guidelines provided by RFC-8624 Section 3.1.

Link copied to clipboard

A string that represents the current key-signing key (KSK) status.

Link copied to clipboard

The status message provided for the following key-signing key (KSK) statuses: ACTION_NEEDED or INTERNAL_FAILURE. The status message includes information about what the problem might be and steps that you can take to correct the issue.

Functions

Link copied to clipboard
inline fun copy(block: KeySigningKey.Builder.() -> Unit = {}): KeySigningKey
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String