Apache HTTPD
Public Attributes | List of all members
md_pkey_spec_t Struct Reference

#include <md_crypt.h>

Public Attributes

md_pkey_type_t type
 
union { 
 
   md_pkey_rsa_params_t   rsa 
 
   md_pkey_ec_params_t   ec 
 
params 
 

Detailed Description

Definition at line 63 of file md_crypt.h.

Member Data Documentation

◆ ec

md_pkey_ec_params_t md_pkey_spec_t::ec

Definition at line 67 of file md_crypt.h.

◆ [union]

union { ... } md_pkey_spec_t::params

◆ rsa

md_pkey_rsa_params_t md_pkey_spec_t::rsa

Definition at line 66 of file md_crypt.h.

◆ type

md_pkey_type_t md_pkey_spec_t::type

Definition at line 64 of file md_crypt.h.


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