Android-cuttlefish cvd tool
|
Namespaces | |
namespace | anonymous_namespace{x509_generator.cpp} |
Classes | |
class | Key |
Functions | |
std::optional< Key > | CreateRSA2048Key () |
bool | CalculatePublicKey (std::string *out, RSA *private_key) |
bssl::UniquePtr< X509 > | GenerateX509Certificate (EVP_PKEY *pkey) |
std::string | X509ToPEMString (X509 *x509) |
bool adb::crypto::CalculatePublicKey | ( | std::string * | out, |
RSA * | private_key | ||
) |
std::optional< Key > adb::crypto::CreateRSA2048Key | ( | ) |
bssl::UniquePtr< X509 > adb::crypto::GenerateX509Certificate | ( | EVP_PKEY * | pkey | ) |
std::string adb::crypto::X509ToPEMString | ( | X509 * | x509 | ) |