CJOSE  0.6.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
cjose_jwk_ec_keyspec Struct Reference

#include <jwk.h>

Public Attributes

cjose_jwk_ec_curve crv
 
uint8_t * d
 
size_t dlen
 
uint8_t * x
 
size_t xlen
 
uint8_t * y
 
size_t ylen
 

Detailed Description

Key specification for Elliptic Curve JWK objects.

Member Data Documentation

cjose_jwk_ec_curve cjose_jwk_ec_keyspec::crv

The elliptic curve

uint8_t* cjose_jwk_ec_keyspec::d

The private key

size_t cjose_jwk_ec_keyspec::dlen

Length of d

uint8_t* cjose_jwk_ec_keyspec::x

The public key's X coordinate

size_t cjose_jwk_ec_keyspec::xlen

Length of x

uint8_t* cjose_jwk_ec_keyspec::y

The public key's Y coordiate

size_t cjose_jwk_ec_keyspec::ylen

Length of y


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