CCF
|
#include "ccf/crypto/pem.h"
#include "ccf/service/blit_serialiser_pem.h"
#include "ccf/service/map.h"
#include <nlohmann/json.hpp>
Go to the source code of this file.
Classes | |
struct | ccf::NewUser |
struct | ccf::UserDetails |
Namespaces | |
namespace | ccf |
namespace | ccf::Tables |
Typedefs | |
using | ccf::UserCerts = ccf::kv::RawCopySerialisedMap< UserId, ccf::crypto::Pem > |
using | ccf::UserInfo = ServiceMap< UserId, UserDetails > |