rwlogo
HydraExpress 4.7

HydraExpress C++ API Reference Guide

Product Documentation:
   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 © Rogue Wave Software, Inc. All Rights Reserved.

The Rogue Wave name and logo are registered trademarks of Rogue Wave Software, and HydraExpress is a trademark of Rogue Wave Software. All other trademarks are the property of their respective owners.