OpenDNSSEC-libhsm  1.3.9
Data Fields
hsm_key_t Struct Reference

#include <libhsm.h>

Collaboration diagram for hsm_key_t:
Collaboration graph
[legend]

Data Fields

const hsm_module_tmodule
unsigned long private_key
unsigned long public_key

Detailed Description

HSM Key Pair

Definition at line 81 of file libhsm.h.

Field Documentation

const hsm_module_t* hsm_key_t::module

pointer to module

Definition at line 82 of file libhsm.h.

Referenced by cmd_list(), hsm_generate_rsa_key(), and hsm_print_key().

unsigned long hsm_key_t::private_key

private key within module

Definition at line 83 of file libhsm.h.

Referenced by hsm_generate_rsa_key(), hsm_get_key_id(), hsm_print_key(), and hsm_remove_key().

unsigned long hsm_key_t::public_key

public key within module

Definition at line 84 of file libhsm.h.

Referenced by hsm_generate_rsa_key(), hsm_print_key(), and hsm_remove_key().


The documentation for this struct was generated from the following file: