DnssecSigningAttributes

Information about a delegation signer (DS) record that was created in the registry by AssociateDelegationSignerToDomain.

Types

Link copied to clipboard
class Builder
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). Using KSK is always encouraged. Only use ZSK if your DNS provider isn't Route 53 and you don’t have KSK available.

Link copied to clipboard

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

Functions

Link copied to clipboard
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