Data Fields | |
| ldns_signing_algorithm | _alg |
| union { | |
| RSA * rsa | |
| DSA * dsa | |
| unsigned char * hmac | |
| } | _key |
| types of keys supported | |
| union { | |
| struct { | |
| uint32_t orig_ttl | |
| uint32_t inception | |
| uint32_t expiration | |
| uint16_t keytag | |
| uint16_t flags | |
| } dnssec | |
| } | _extra |
| depending on the key we can have extra data | |
| ldns_rdf * | _pubkey_owner |
Definition at line 57 of file keys.h.
|
|
|
|
|
depending on the key we can have extra data
|
|
|
types of keys supported
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6