public static interface DnssecSigningAttributes.Builder extends SdkPojo, CopyableBuilder<DnssecSigningAttributes.Builder,DnssecSigningAttributes>
| Modifier and Type | Method and Description |
|---|---|
DnssecSigningAttributes.Builder |
algorithm(Integer algorithm)
Algorithm which was used to generate the digest from the public key.
|
DnssecSigningAttributes.Builder |
flags(Integer flags)
Defines the type of key.
|
DnssecSigningAttributes.Builder |
publicKey(String publicKey)
The base64-encoded public key part of the key pair that is passed to the registry.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDnssecSigningAttributes.Builder algorithm(Integer algorithm)
Algorithm which was used to generate the digest from the public key.
algorithm - Algorithm which was used to generate the digest from the public key.DnssecSigningAttributes.Builder flags(Integer flags)
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.
If you have KSK and ZSK keys, always use KSK to create a delegations signer (DS) record. If you have ZSK keys only – use ZSK to create a DS record.
flags - 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.
If you have KSK and ZSK keys, always use KSK to create a delegations signer (DS) record. If you have ZSK keys only – use ZSK to create a DS record.
DnssecSigningAttributes.Builder publicKey(String publicKey)
The base64-encoded public key part of the key pair that is passed to the registry.
publicKey - The base64-encoded public key part of the key pair that is passed to the registry.Copyright © 2023. All rights reserved.