libwebsockets
Lightweight C library for HTML5 websockets
class="ui-resizable-handle">
Loading...
Searching...
No Matches
lws_cose_key Struct Reference

#include <lws-cose.h>

Collaboration diagram for lws_cose_key:

Data Fields

struct lws_gencrypto_keyelem e [LWS_GENCRYPTO_MAX_KEYEL_COUNT]
struct lws_gencrypto_keyelem meta [LWS_COUNT_COSE_KEY_ELEMENTS]
lws_dll2_t list
int gencrypto_kty
cose_param_t kty
cose_param_t cose_alg
cose_param_t cose_curve
char private_key

Detailed Description

Definition at line 271 of file lws-cose.h.

Field Documentation

◆ e

Definition at line 273 of file lws-cose.h.

◆ meta

Definition at line 275 of file lws-cose.h.

◆ list

lws_dll2_t lws_cose_key::list

Definition at line 276 of file lws-cose.h.

◆ gencrypto_kty

int lws_cose_key::gencrypto_kty

one of LWS_GENCRYPTO_KTY_

Definition at line 277 of file lws-cose.h.

◆ kty

cose_param_t lws_cose_key::kty

Definition at line 278 of file lws-cose.h.

◆ cose_alg

cose_param_t lws_cose_key::cose_alg

Definition at line 279 of file lws-cose.h.

◆ cose_curve

cose_param_t lws_cose_key::cose_curve

Definition at line 280 of file lws-cose.h.

◆ private_key

char lws_cose_key::private_key

Definition at line 281 of file lws-cose.h.


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