identt
identt::crypto::Ed25519 Member List

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

CryptoBase()identt::crypto::CryptoBase
CryptoBase(const CryptoBase &)=deleteidentt::crypto::CryptoBase
Decode(const std::string &input, std::string &output) const overrideidentt::crypto::Ed25519virtual
Ed25519()identt::crypto::Ed25519
Ed25519(const std::string &seed)identt::crypto::Ed25519explicit
Ed25519(const std::string &pubkey_, const std::string &seckey_)identt::crypto::Ed25519explicit
Ed25519(unsigned int scope_, const std::string &onekey_)identt::crypto::Ed25519explicit
Ed25519(const Ed25519 &)=delete (defined in identt::crypto::Ed25519)identt::crypto::Ed25519
Encode(const std::string &input, std::string &output) const overrideidentt::crypto::Ed25519virtual
GetAlgo()identt::crypto::Ed25519static
GetPublicKey() constidentt::crypto::CryptoBasevirtual
GetSecretKey() constidentt::crypto::CryptoBasevirtual
GetSeed() const overrideidentt::crypto::Ed25519virtual
GetSignature(const std::string &input) const overrideidentt::crypto::Ed25519virtual
operator=(const Ed25519 &)=delete (defined in identt::crypto::Ed25519)identt::crypto::Ed25519
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) const overrideidentt::crypto::Ed25519virtual