mbed TLS library

Dependents:   HTTPClient-SSL WS_SERVER

Embed: (wiki syntax)

« Back to documentation index

pk_context Struct Reference

pk_context Struct Reference

Public key container. More...

#include <pk.h>

Data Fields

const pk_info_tpk_info
 Public key informations.
void * pk_ctx
 Underlying public key context.

Detailed Description

Public key container.

Definition at line 194 of file pk.h.


Field Documentation

void* pk_ctx

Underlying public key context.

Definition at line 197 of file pk.h.

Public key informations.

Definition at line 196 of file pk.h.