OpenDNSSEC-libhsm 2.1.13
Data Fields
libhsm_key_t Struct Reference

#include <libhsm.h>

Data Fields

char * modulename
 
unsigned long private_key
 
unsigned long public_key
 

Detailed Description

HSM Key Pair

Definition at line 102 of file libhsm.h.

Field Documentation

◆ modulename

char* libhsm_key_t::modulename

name of the module, as in hsm_session_t.module.name

Definition at line 103 of file libhsm.h.

Referenced by hsm_generate_dsa_key(), hsm_generate_ecdsa_key(), hsm_generate_eddsa_key(), hsm_generate_gost_key(), hsm_generate_rsa_key(), hsm_print_key(), and libhsm_key_free().

◆ private_key

unsigned long libhsm_key_t::private_key

◆ public_key

unsigned long libhsm_key_t::public_key

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