LibreOffice Module comphelper (master) 1
|
#include <base64.hxx>
Static Public Member Functions | |
static void | encode (OUStringBuffer &aStrBuffer, const css::uno::Sequence< sal_Int8 > &aPass) |
encodes the given byte sequence into Base64 More... | |
static void | encode (OStringBuffer &aStrBuffer, const css::uno::Sequence< sal_Int8 > &aPass) |
static void | decode (css::uno::Sequence< sal_Int8 > &aPass, std::u16string_view sBuffer) |
static std::size_t | decodeSomeChars (css::uno::Sequence< sal_Int8 > &aPass, std::u16string_view sBuffer) |
Definition at line 40 of file base64.hxx.
|
static |
Definition at line 136 of file base64.cxx.
References aBuffer, and decodeSomeChars().
Referenced by comphelper::DocPasswordHelper::GetOoxHashAsSequence().
|
static |
Definition at line 142 of file base64.cxx.
References comphelper::aBase64DecodeTable, and o3tl::make_unsigned().
Referenced by decode().
|
static |
|
static |
encodes the given byte sequence into Base64
Referenced by comphelper::DocPasswordHelper::GenerateNewModifyPasswordInfoOOXML(), and comphelper::DocPasswordHelper::GetOoxHashAsBase64().