|
Rhonabwy
Create, modify, parse or export Json Web Keys as defined in the RFC 7517
|
| Constants and properties | Constant values used as input or output |
| JWK, JWKS, JWS, JWE type | Definition of the types jwk_t, jwks_t, jws_t and jwe_t |
| Core functions | Core functions used to initialize or free jwk_t and check if a jwk is valid and its type |
| Validate a JWK and generate a key pair | |
| JWK Properties | Read/write/delete jwk properties |
| JWK Import functions | Import a jwk from JSON data, gnutls inner types or PEM/DER |
| JWK Export functions | Export a jwk to JSON data, gnutls inner types or PEM/DER |
| JWKS functions | Manage JWK sets |
| JWS functions | Manage JSON Web Signatures |
| JWE functions | Manage JSON Web Encryption |
| JWT functions | Manage JSON Web Token |
1.8.17