This is the complete list of members for ndn::security::DummyTpm, including all inherited members.
constructAsymmetricKeyName(const KeyHandle &key, const Name &identity, const KeyParams ¶ms) const | ndn::security::tpm::BackEnd | protected |
constructHmacKeyName(const transform::PrivateKey &key, const Name &identity, const KeyParams ¶ms) const | ndn::security::tpm::BackEnd | protected |
createKey(const Name &identityName, const KeyParams ¶ms) | ndn::security::tpm::BackEnd | |
deleteKey(const Name &keyName) | ndn::security::tpm::BackEnd | |
DummyTpm(const std::string &locator) | ndn::security::DummyTpm | explicit |
Error typedef | ndn::security::tpm::BackEnd | |
exportKey(const Name &keyName, const char *pw, size_t pwLen) | ndn::security::tpm::BackEnd | |
getKeyHandle(const Name &keyName) const | ndn::security::tpm::BackEnd | |
getScheme() | ndn::security::DummyTpm | static |
hasKey(const Name &keyName) const | ndn::security::tpm::BackEnd | |
importKey(const Name &keyName, span< const uint8_t > pkcs8, const char *pw, size_t pwLen) | ndn::security::tpm::BackEnd | |
importKey(const Name &keyName, shared_ptr< transform::PrivateKey > key) | ndn::security::tpm::BackEnd | |
isTerminalMode() const override | ndn::security::DummyTpm | virtual |
isTpmLocked() const override | ndn::security::DummyTpm | virtual |
SCHEME | ndn::security::DummyTpm | static |
setTerminalMode(bool isTerminal) const override | ndn::security::DummyTpm | virtual |
sign(const uint8_t *buf, size_t size, const Name &keyName, DigestAlgorithm digestAlgorithm) const | ndn::security::DummyTpm | |
unlockTpm(const char *pw, size_t pwLen) const | ndn::security::tpm::BackEnd | virtual |
~BackEnd() | ndn::security::tpm::BackEnd | virtual |