HydraExpress™ C++ API Reference Guide

 
Loading...
Searching...
No Matches
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

◆ decode()

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

Decodes str using the base64 encoding described in RFC 2045.

◆ encode()

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

Encodes str using the base64 encoding described in RFC 2045.

Copyright © 2026 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved.