ldns_struct_key Struct Reference
General key structure, can contain all types of keys that are used in DNSSEC.
More...
Detailed Description
General key structure, can contain all types of keys that are used in DNSSEC.
Mostly used to store private keys, since public keys can also be stored in a ldns_rr with type LDNS_RR_TYPE_DNSKEY.
This structure can also store some variables that influence the signatures generated by signing with this key, for instance the inception date.
Definition at line 96 of file keys.h.
Field Documentation
Whether to use this key when signing.
Definition at line 99 of file keys.h.
The TTL of the rrset that is currently signed.
Definition at line 118 of file keys.h.
The inception date of signatures made with this key.
Definition at line 120 of file keys.h.
The expiration date of signatures made with this key.
Definition at line 122 of file keys.h.
The keytag of this key.
Definition at line 124 of file keys.h.
The dnssec key flags as specified in RFC4035, like ZSK and KSK.
Definition at line 126 of file keys.h.
Owner name of the key.
Definition at line 130 of file keys.h.