rippled
Loading...
Searching...
No Matches
xrpld
app
main
NodeIdentity.h
1
#ifndef XRPL_APP_MAIN_NODEIDENTITY_H_INCLUDED
2
#define XRPL_APP_MAIN_NODEIDENTITY_H_INCLUDED
3
4
#include <xrpld/app/main/Application.h>
5
6
#include <xrpl/protocol/PublicKey.h>
7
#include <xrpl/protocol/SecretKey.h>
8
9
#include <boost/program_options.hpp>
10
11
namespace
ripple
{
12
18
std::pair<PublicKey, SecretKey>
19
getNodeIdentity
(
20
Application& app,
21
boost::program_options::variables_map
const
& cmdline);
22
23
}
// namespace ripple
24
25
#endif
ripple
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition
algorithm.h:6
ripple::getNodeIdentity
std::pair< PublicKey, SecretKey > getNodeIdentity(Application &app, boost::program_options::variables_map const &cmdline)
The cryptographic credentials identifying this server instance.
Definition
NodeIdentity.cpp:10
std::pair
Generated by
1.9.8