|
CJOSE
0.6.0
|
#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 |
Key specification for Elliptic Curve JWK objects.
| 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
1.8.14