OpenCPN Partial API docs
Loading...
Searching...
No Matches
base64.h File Reference

Base64 encoding function for HTTP Authentication Code originated from PHP.net source. More...

#include <wx/string.h>

Go to the source code of this file.

Functions

WXDLLIMPEXP_HTTPENGINE wxString wxBase64Encode (const wxString &str)
 Returns string base64 encoded.
 
WXDLLIMPEXP_HTTPENGINE wxString wxBase64Decode (const wxString &str)
 Returns string base64 decoded.
 

Detailed Description

Base64 encoding function for HTTP Authentication Code originated from PHP.net source.

Definition in file base64.h.

Function Documentation

◆ wxBase64Decode()

WXDLLIMPEXP_HTTPENGINE wxString wxBase64Decode ( const wxString &  str)

Returns string base64 decoded.

Definition at line 94 of file base64.h.

◆ wxBase64Encode()

WXDLLIMPEXP_HTTPENGINE wxString wxBase64Encode ( const wxString &  str)

Returns string base64 encoded.

Definition at line 53 of file base64.h.