|
Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/secure_env/json_serializable.h"#include <fstream>#include <keymaster/serializable.h>#include "absl/log/log.h"#include "cuttlefish/host/commands/secure_env/encrypted_serializable.h"#include "cuttlefish/host/commands/secure_env/hmac_serializable.h"#include "cuttlefish/host/commands/secure_env/primary_key_builder.h"
Classes | |
| class | cuttlefish::JsonSerializable |
Namespaces | |
| namespace | cuttlefish |
Functions | |
| bool | cuttlefish::WriteProtectedJsonToFile (TpmResourceManager &resource_manager, const std::string &filename, Json::Value json) |
| Json::Value | cuttlefish::ReadProtectedJsonFromFile (TpmResourceManager &resource_manager, const std::string &filename) |
Variables | |
| static constexpr char | cuttlefish::kUniqueKey [] = "JsonSerializable" |