|
static vector< pair< pubkeyh_t, pair< uint32_t, uint16_t > > > | parse_nodes_file2 (const string &absfile) |
|
static void | parse_nodes_file (vector< pair< uint32_t, uint16_t >> &, const string &absfile) |
|
static pair< uint32_t, uint16_t > | parse_host (const string &addrport) |
|
static pair< ko, cfg * > | load (const string &home, bool gen) |
|
static pair< us::ko, keys_t::priv_t > | load_sk (const string &home) |
|
static string | k_file (const string &home) |
|
static ko | write_k (const string &home, const keys_t::priv_t &priv) |
|
static pair< ko, cfg1 * > | load (const string &home, bool gen) |
|
static String | k_file (String home) |
|
static ko | write_k (String home, PrivateKey priv) |
|
static String | read_file (String path, Charset encoding) throws IOException |
|
static pair< ko, PrivateKey > | load_sk (String home) |
|
static pair< ko, cfg1 > | load (String home, boolean gen) |
|
static void | check_platform () |
|
static bool | is_big_endian () |
|
static bool | mkdir (const string &d) |
|
static bool | file_exists (const string &f) |
|
static uint32_t | file_size (const string &f) |
|
static bool | ensure_dir (const string &d) |
|
static string | rewrite_path (const string &) |
|
static bool | dir_exists (const string &d) |
|
static string | abs_file (const string &home, const string &fn) |
|
static void | mkdir_tree (string sub, string dir) |
|
static pair< us::ko, cfg0 > | load (const string &home) |
|
static void | trim (string &) |
|
static void | to_identifier (string &) |
|
static string | directory_of_file (const string &file) |
|
static bool | ensure_writable (const string &file) |
|
static string | file_content (const string &file) |
|
static void | check_platform () |
|
static String | abs_file (String home, String fn) |
|
static boolean | dir_exists (String d) |
|
static boolean | file_exists (String s) |
|
static boolean | ensure_dir (String d) |
|
static pair< ko, cfg0 > | load (String home) |
|
static String | rewrite_path (String d) |
|
static byte[] | read_file (String filename) |
|
static String | read_text_file (String filename) |
|