|
| | Manifest_test () |
| |
| | ~Manifest_test () |
| |
| std::string | makeManifestString (PublicKey const &pk, SecretKey const &sk, PublicKey const &spk, SecretKey const &ssk, int seq) |
| |
| std::string | makeRevocationString (SecretKey const &sk, KeyType type, bool invalidSig=false) |
| |
| Manifest | makeRevocation (SecretKey const &sk, KeyType type, bool invalidSig=false) |
| |
| Manifest | makeManifest (SecretKey const &sk, KeyType type, SecretKey const &ssk, KeyType stype, int seq, bool invalidSig=false) |
| |
| Manifest | clone (Manifest const &m) |
| |
| void | testLoadStore (ManifestCache &m) |
| |
| void | testGetSignature () |
| |
| void | testGetKeys () |
| |
| void | testValidatorToken () |
| |
| void | testManifestVersioning () |
| |
| void | testManifestDeserialization () |
| |
| void | testManifestDomainNames () |
| |
| void | run () override |
| |
Definition at line 38 of file Manifest_test.cpp.
◆ Manifest_test()
| ripple::test::Manifest_test::Manifest_test |
( |
| ) |
|
◆ ~Manifest_test()
| ripple::test::Manifest_test::~Manifest_test |
( |
| ) |
|
◆ randomNode()
| static PublicKey ripple::test::Manifest_test::randomNode |
( |
| ) |
|
|
staticprivate |
◆ randomMasterKey()
| static PublicKey ripple::test::Manifest_test::randomMasterKey |
( |
| ) |
|
|
staticprivate |
◆ cleanupDatabaseDir()
| static void ripple::test::Manifest_test::cleanupDatabaseDir |
( |
boost::filesystem::path const & |
dbPath | ) |
|
|
staticprivate |
◆ setupDatabaseDir()
| static void ripple::test::Manifest_test::setupDatabaseDir |
( |
boost::filesystem::path const & |
dbPath | ) |
|
|
staticprivate |
◆ getDatabasePath()
| static boost::filesystem::path ripple::test::Manifest_test::getDatabasePath |
( |
| ) |
|
|
staticprivate |
◆ makeManifestString()
◆ makeRevocationString()
◆ makeRevocation()
◆ makeManifest()
◆ clone()
◆ testLoadStore()
| void ripple::test::Manifest_test::testLoadStore |
( |
ManifestCache & |
m | ) |
|
◆ testGetSignature()
| void ripple::test::Manifest_test::testGetSignature |
( |
| ) |
|
◆ testGetKeys()
| void ripple::test::Manifest_test::testGetKeys |
( |
| ) |
|
◆ testValidatorToken()
| void ripple::test::Manifest_test::testValidatorToken |
( |
| ) |
|
◆ testManifestVersioning()
| void ripple::test::Manifest_test::testManifestVersioning |
( |
| ) |
|
◆ testManifestDeserialization()
| void ripple::test::Manifest_test::testManifestDeserialization |
( |
| ) |
|
◆ testManifestDomainNames()
| void ripple::test::Manifest_test::testManifestDomainNames |
( |
| ) |
|
◆ run()
| void ripple::test::Manifest_test::run |
( |
| ) |
|
|
override |