org::xmlBlaster::util::Base64 Class Reference

Base64 encoding/decoding. More...

List of all members.

Static Public Member Functions

static std::string Encode (const std::vector< unsigned char > &vby)
static std::vector< unsigned
char > 
Decode (const std::string &str)


Detailed Description

Base64 encoding/decoding.

Author:
Copyright 2001-2002 Randy Charles Morin randy@kbcafe.com
See also:
http://www.kbcafe.com/articles/HowTo.Base64.pdf

Definition at line 27 of file Base64.h.


Member Function Documentation

std::string Base64::Encode ( const std::vector< unsigned char > &  vby  )  [static]

Definition at line 18 of file Base64.cpp.

std::vector< unsigned char > Base64::Decode ( const std::string &  str  )  [static]

Definition at line 65 of file Base64.cpp.


The documentation for this class was generated from the following files: