|
OpenCPN Partial API docs
|
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. | |
Base64 encoding function for HTTP Authentication Code originated from PHP.net source.
Definition in file base64.h.
| WXDLLIMPEXP_HTTPENGINE wxString wxBase64Decode | ( | const wxString & | str | ) |