HydraExpress™ C++ API Reference Guide

Product Documentation:
   HydraExpress C++
Documentation Home
List of all members | Static Public Member Functions
rwsf::Base64Encoder Class Reference

Encodes and decodes base64 encoded strings. More...

#include <rwsf/core/Base64Encoder.h>

Static Public Member Functions

static std::string decode (const std::string &str)
 
static std::string encode (const std::string &str)
 

Detailed Description

Base64Encoder provides static functions for encoding and decoding base64 encoded strings.

Member Function Documentation

static std::string rwsf::Base64Encoder::decode ( const std::string &  str)
static

Decodes str using the base64 encoding described in RFC 2045.

static std::string rwsf::Base64Encoder::encode ( const std::string &  str)
static

Encodes str using the base64 encoding described in RFC 2045.

Copyright © 2020 Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is registered trademark of Rogue Wave Software, Inc. in the United States and other countries, and HydraExpress is a trademark of Rogue Wave Software. All other trademarks are the property of their respective owners.
Provide feedback to Rogue Wave about its documentation.