CJOSE  0.6.0
cjose.h
Go to the documentation of this file.
1 
19 #ifndef CJOSE_CJOSE_H
20 #define CJOSE_CJOSE_H
21 
22 #include "version.h"
23 #include "error.h"
24 #include "base64.h"
25 #include "header.h"
26 #include "jwk.h"
27 #include "jwe.h"
28 #include "jws.h"
29 #include "util.h"
30 
31 #endif // CJOSE_CJOSE_H
Functions and data structures for interacting with JSON Web Signature (JWS) objects.
Functions and data structures for interacting with JSON Web Signature (JWS) objects.
Functions and data structures for interacting with JSON Web Key (JWK) objects.
Functions and data structures for interacting with JSON Web Encryption (JWE) objects.
Datatypes and functions for error reporting.
Utility functions and data structures for CJOSE.
Function to retrieve the version of CJOSE.
Functions for encoding to and decoding from base64 and base64url.