OpenDNSSEC-enforcer
1.4.10
|
#include <ksm.h>
Data Fields | |
DB_ID | keypair_id |
int | state |
int | keytype |
int | algorithm |
int | siglifetime |
char | active [KSM_TIME_LENGTH] |
char | dead [KSM_TIME_LENGTH] |
char | generate [KSM_TIME_LENGTH] |
char | publish [KSM_TIME_LENGTH] |
char | ready [KSM_TIME_LENGTH] |
char | retire [KSM_TIME_LENGTH] |
char | location [KSM_NAME_LENGTH] |
int | securitymodule_id |
int | size |
int | policy_id |
char | HSMKey_id [KSM_NAME_LENGTH] |
DB_ID | dnsseckey_id |
int | zone_id |
int | fixedDate |
int | flags |
int | roll_scheme |
int | rfc5011 |
int | revoke |
char KSM_KEYDATA::active[KSM_TIME_LENGTH] |
int KSM_KEYDATA::algorithm |
Definition at line 104 of file ksm.h.
Referenced by cmd_exportkeys(), commKeyConfig(), KsmKey(), KsmRequestPrintKey(), and NewDSSet().
char KSM_KEYDATA::dead[KSM_TIME_LENGTH] |
Definition at line 107 of file ksm.h.
Referenced by KsmKey(), and KsmUpdateRetireKeyTime().
int KSM_KEYDATA::fixedDate |
Definition at line 119 of file ksm.h.
Referenced by KsmKey(), KsmUpdateActiveKeyTime(), and KsmUpdateRetireKeyTime().
char KSM_KEYDATA::generate[KSM_TIME_LENGTH] |
char KSM_KEYDATA::HSMKey_id[KSM_NAME_LENGTH] |
DB_ID KSM_KEYDATA::keypair_id |
Definition at line 101 of file ksm.h.
Referenced by ChangeKeyState(), KsmKey(), KsmMarkKeysAsDead(), KsmRequestChangeState(), KsmRequestChangeStateN(), KsmRequestPrintKey(), KsmRequestSetActiveExpectedRetire(), KsmUpdateActiveKeyTime(), KsmUpdateDeadKeyTime(), KsmUpdateDSPublishKeyTime(), KsmUpdateGenerateKeyTime(), KsmUpdateKey(), KsmUpdateKEYPublishKeyTime(), KsmUpdateKeyTime(), KsmUpdatePublishKeyTime(), KsmUpdateReadyKeyTime(), KsmUpdateRetireKeyTime(), and NewDSSet().
int KSM_KEYDATA::keytype |
Definition at line 103 of file ksm.h.
Referenced by commKeyConfig(), KsmKey(), KsmRequestPrintKey(), KsmUpdateActiveKeyTime(), KsmUpdateDSPublishKeyTime(), KsmUpdatePublishKeyTime(), KsmUpdateRetireKeyTime(), and printKey().
char KSM_KEYDATA::location[KSM_NAME_LENGTH] |
Definition at line 112 of file ksm.h.
Referenced by cmd_exportkeys(), commKeyConfig(), KsmKey(), KsmRequestPrintKey(), NewDSSet(), and printKey().
char KSM_KEYDATA::publish[KSM_TIME_LENGTH] |
char KSM_KEYDATA::ready[KSM_TIME_LENGTH] |
char KSM_KEYDATA::retire[KSM_TIME_LENGTH] |
Definition at line 111 of file ksm.h.
Referenced by KsmKey(), and printKey().
int KSM_KEYDATA::revoke |
Definition at line 129 of file ksm.h.
Referenced by commKeyConfig(), and KsmKey().
int KSM_KEYDATA::rfc5011 |
Definition at line 128 of file ksm.h.
Referenced by commKeyConfig(), KsmKey(), KsmUpdateKey(), KsmUpdateReadyKeyTime(), and KsmUpdateRetireKeyTime().
int KSM_KEYDATA::state |
Definition at line 102 of file ksm.h.
Referenced by cmd_exportkeys(), commKeyConfig(), KsmKey(), KsmRequestPrintKey(), KsmUpdateKey(), and printKey().
int KSM_KEYDATA::zone_id |
Definition at line 118 of file ksm.h.
Referenced by cmd_exportkeys(), and KsmKey().