This is the complete list of members for ndn::security::tpm::Tpm, including all inherited members.
__pad0__ | ndn::security::tpm::Tpm | |
clearKeyCache() | ndn::security::tpm::Tpm | inline |
createKey(const Name &identityName, const KeyParams ¶ms) | ndn::security::tpm::Tpm | |
decrypt(span< const uint8_t > buf, const Name &keyName) const | ndn::security::tpm::Tpm | |
deleteKey(const Name &keyName) | ndn::security::tpm::Tpm | |
exportPrivateKey(const Name &keyName, const char *pw, size_t pwLen) const | ndn::security::tpm::Tpm | |
getPublicKey(const Name &keyName) const | ndn::security::tpm::Tpm | |
getTpmLocator() const | ndn::security::tpm::Tpm | |
hasKey(const Name &keyName) const | ndn::security::tpm::Tpm | |
impl | ndn::security::tpm::Tpm | |
importPrivateKey(const Name &keyName, span< const uint8_t > pkcs8, const char *pw, size_t pwLen) | ndn::security::tpm::Tpm | |
importPrivateKey(const Name &keyName, shared_ptr< transform::PrivateKey > key) | ndn::security::tpm::Tpm | |
isTerminalMode() const | ndn::security::tpm::Tpm | |
isTpmLocked() const | ndn::security::tpm::Tpm | |
location | ndn::security::tpm::Tpm | |
setTerminalMode(bool isTerminal) const | ndn::security::tpm::Tpm | |
sign(const InputBuffers &bufs, const Name &keyName, DigestAlgorithm digestAlgorithm) const | ndn::security::tpm::Tpm | |
unlockTpm(const char *password, size_t passwordLength) const | ndn::security::tpm::Tpm | |
verify(const InputBuffers &bufs, span< const uint8_t > sig, const Name &keyName, DigestAlgorithm digestAlgorithm) const | ndn::security::tpm::Tpm | |
~Tpm() | ndn::security::tpm::Tpm |