LibreOffice Module svl (master) 1
Namespaces | Functions
cryptosign.cxx File Reference
#include <sal/config.h>
#include <algorithm>
#include <svl/cryptosign.hxx>
#include <svl/sigstruct.hxx>
#include <config_crypto.h>
#include <rtl/character.hxx>
#include <rtl/strbuf.hxx>
#include <rtl/string.hxx>
#include <sal/log.hxx>
#include <tools/datetime.hxx>
#include <tools/stream.hxx>
#include <comphelper/base64.hxx>
#include <comphelper/hash.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/random.hxx>
#include <comphelper/scopeguard.hxx>
#include <comphelper/lok.hxx>
#include <com/sun/star/security/XCertificate.hpp>
#include <com/sun/star/uno/Sequence.hxx>
#include <o3tl/char16_t2wchar_t.hxx>
Include dependency graph for cryptosign.cxx:

Go to the source code of this file.

Namespaces

namespace  svl
 
namespace  svl::crypto
 

Functions

static int svl::crypto::AsHex (char ch)
 
std::vector< unsigned char > svl::crypto::DecodeHexString (std::string_view rHex)
 Converts a hex-encoded string into a byte array. More...