|
| static std::string | encode (const Buffer &data) |
| static Buffer | decode (const std::string &base32_data) |
| static bool | is (const std::string &data) |
◆ decode()
| Buffer privmx::endpoint::core::Base32::decode |
( |
const std::string & | base32_data | ) |
|
|
static |
Decodes string in Base32 to buffer.
- Parameters
-
- Returns
- buffer with decoded data
◆ encode()
| std::string privmx::endpoint::core::Base32::encode |
( |
const Buffer & | data | ) |
|
|
static |
Encodes buffer to string in Base32 format.
- Parameters
-
- Returns
- string in Base32 format
◆ is()
| bool privmx::endpoint::core::Base32::is |
( |
const std::string & | data | ) |
|
|
static |
Checks if given string is in Base32 format.
- Parameters
-
- Returns
- data check result
The documentation for this class was generated from the following file: