/AWS1/CL_R5DDNSSECSIGNINGATTRS¶
Information about a delegation signer (DS) record that was created in the registry by AssociateDelegationSignerToDomain.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_algorithm TYPE /AWS1/R5DNULLABLEINTEGER /AWS1/R5DNULLABLEINTEGER¶
Algorithm which was used to generate the digest from the public key.
iv_flags TYPE /AWS1/R5DNULLABLEINTEGER /AWS1/R5DNULLABLEINTEGER¶
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.
iv_publickey TYPE /AWS1/R5DDNSSECPUBLICKEY /AWS1/R5DDNSSECPUBLICKEY¶
The base64-encoded public key part of the key pair that is passed to the registry.
Queryable Attributes¶
Algorithm¶
Algorithm which was used to generate the digest from the public key.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALGORITHM() |
Getter for ALGORITHM, with configurable default |
ASK_ALGORITHM() |
Getter for ALGORITHM w/ exceptions if field has no value |
HAS_ALGORITHM() |
Determine if ALGORITHM has a value |
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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FLAGS() |
Getter for FLAGS, with configurable default |
ASK_FLAGS() |
Getter for FLAGS w/ exceptions if field has no value |
HAS_FLAGS() |
Determine if FLAGS has a value |
PublicKey¶
The base64-encoded public key part of the key pair that is passed to the registry.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PUBLICKEY() |
Getter for PUBLICKEY, with configurable default |
ASK_PUBLICKEY() |
Getter for PUBLICKEY w/ exceptions if field has no value |
HAS_PUBLICKEY() |
Determine if PUBLICKEY has a value |