OpenDNSSEC-enforcer
1.4.5
|
#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 |
char KSM_KEYDATA::active[KSM_TIME_LENGTH] |
int KSM_KEYDATA::algorithm |
Definition at line 101 of file ksm.h.
Referenced by cmd_exportkeys(), commKeyConfig(), KsmKey(), KsmRequestPrintKey(), and NewDSSet().
char KSM_KEYDATA::dead[KSM_TIME_LENGTH] |
int KSM_KEYDATA::fixedDate |
Definition at line 116 of file ksm.h.
Referenced by KsmKey(), and KsmUpdateActiveKeyTime().
char KSM_KEYDATA::generate[KSM_TIME_LENGTH] |
char KSM_KEYDATA::HSMKey_id[KSM_NAME_LENGTH] |
DB_ID KSM_KEYDATA::keypair_id |
Definition at line 98 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 100 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 109 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 108 of file ksm.h.
Referenced by KsmKey(), and printKey().
int KSM_KEYDATA::state |
Definition at line 99 of file ksm.h.
Referenced by cmd_exportkeys(), commKeyConfig(), KsmKey(), KsmRequestPrintKey(), KsmUpdateKey(), and printKey().
int KSM_KEYDATA::zone_id |
Definition at line 115 of file ksm.h.
Referenced by cmd_exportkeys(), and KsmKey().