ECDSA parameters. More...
#include <credman.h>
Data Fields | |
| const void * | private_key | 
| Pointer to the private key.  | |
| ecdsa_public_key_t | public_key | 
| Public key.  | |
| ecdsa_public_key_t * | client_keys | 
| Array of clients public keys.  | |
| size_t | client_keys_size | 
| Size of ecdsa_params_t::clients_keys.  | |