LibreOffice Module comphelper (master) 1
|
#include <sal/config.h>
#include <cstddef>
#include <comphelper/base64.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include <o3tl/safeint.hxx>
#include <osl/diagnose.h>
Go to the source code of this file.
Namespaces | |
namespace | comphelper |
Functions | |
template<typename C > | |
static void | comphelper::ThreeByteToFourByte (const sal_Int8 *pBuffer, const sal_Int32 nStart, const sal_Int32 nFullLen, C *aCharBuffer) |
template<typename Buffer > | |
static void | comphelper::base64encode (Buffer &aStrBuffer, const uno::Sequence< sal_Int8 > &aPass) |
Variables | |
const char | comphelper::aBase64EncodeTable [] |
const sal_uInt8 | comphelper::aBase64DecodeTable [] |