Searched refs:KeystoreKey (Results 1 – 4 of 4) sorted by relevance
71 KeystoreKey::KeystoreKey() { in KeystoreKey() function in KeystoreKey75 Result<std::vector<uint8_t>> KeystoreKey::createKey() { in createKey()147 bool KeystoreKey::initialize() { in initialize()183 Result<std::vector<uint8_t>> KeystoreKey::verifyExistingKey() { in verifyExistingKey()246 Result<std::vector<uint8_t>> KeystoreKey::getOrCreateKey() { in getOrCreateKey()257 Result<SigningKey*> KeystoreKey::getInstance() { in getInstance()258 static KeystoreKey keystoreKey; in getInstance()294 Result<std::string> KeystoreKey::sign(const std::string& message) const { in sign()324 Result<std::vector<uint8_t>> KeystoreKey::getPublicKey() const { in getPublicKey()
32 class KeystoreKey : public SigningKey {39 virtual ~KeystoreKey(){}; in ~KeystoreKey()46 KeystoreKey();
87 "KeystoreKey.cpp",
333 auto keystoreResult = KeystoreKey::getInstance(); in main()