CCF
Loading...
Searching...
No Matches
Namespaces | Functions
jwt_management.h File Reference
#include "ccf/crypto/rsa_key_pair.h"
#include "ccf/crypto/verifier.h"
#include "ccf/ds/hex.h"
#include "ccf/service/tables/jwt.h"
#include "ccf/service/tables/proposals.h"
#include "ccf/tx.h"
#include "http/http_jwt.h"
#include <set>
#include <sstream>

Go to the source code of this file.

Namespaces

namespace  ccf
 
namespace  ccf::jwt_management_detail
 

Functions

std::vector< uint8_t > ccf::jwt_management_detail::try_parse_raw_rsa (const ccf::crypto::JsonWebKeyData &jwk)
 
std::vector< uint8_t > ccf::jwt_management_detail::try_parse_raw_ec (const ccf::crypto::JsonWebKeyData &jwk)
 
std::vector< uint8_t > ccf::jwt_management_detail::try_parse_x5c (const ccf::crypto::JsonWebKeyData &jwk)
 
std::vector< uint8_t > ccf::jwt_management_detail::try_parse_jwk (const ccf::crypto::JsonWebKeyData &jwk)