identt
identt::crypto::CryptoBase Member List

This is the complete list of members for identt::crypto::CryptoBase, including all inherited members.

CryptoBase()identt::crypto::CryptoBase
CryptoBase(const CryptoBase &)=deleteidentt::crypto::CryptoBase
Decode(const std::string &input, std::string &output) constidentt::crypto::CryptoBasevirtual
Encode(const std::string &input, std::string &output) constidentt::crypto::CryptoBasevirtual
GetAlgo()identt::crypto::CryptoBasestatic
GetPublicKey() constidentt::crypto::CryptoBasevirtual
GetSecretKey() constidentt::crypto::CryptoBasevirtual
GetSeed() constidentt::crypto::CryptoBasevirtual
GetSignature(const std::string &input) constidentt::crypto::CryptoBasevirtual
operator=(const CryptoBase &)=delete (defined in identt::crypto::CryptoBase)identt::crypto::CryptoBase
pubkey (defined in identt::crypto::CryptoBase)identt::crypto::CryptoBaseprotected
scope (defined in identt::crypto::CryptoBase)identt::crypto::CryptoBaseprotected
seckey (defined in identt::crypto::CryptoBase)identt::crypto::CryptoBaseprotected
VerifySignature(const std::string &signature, const std::string &input) constidentt::crypto::CryptoBasevirtual