CatapultServer  v0.5.0.1 (Elephant)
KeyUtils.cpp File Reference
Include dependency graph for KeyUtils.cpp:

Namespaces

 catapult
 
 catapult::crypto
 

Functions

utils::ContainerHexFormatter< Key::const_iterator > catapult::crypto::FormatKey (const Key &key)
 Formats a public key for printing. More...
 
utils::ContainerHexFormatter< Key::const_iterator > catapult::crypto::FormatKey (const PrivateKey &key)
 Formats a private key for printing. More...
 
Key catapult::crypto::ParseKey (const std::string &keyString)
 Parses a key from a string (keyString) and returns the result. More...
 
bool catapult::crypto::IsValidKeyString (const std::string &str)
 Returns true if str represents a valid public key, false otherwise. More...