LibreOffice Module svl (master) 1
|
#include <sal/types.h>
#include <utility>
#include <vector>
#include <rtl/strbuf.hxx>
#include <rtl/ustring.hxx>
#include <com/sun/star/uno/Reference.hxx>
#include <svl/svldllapi.h>
Go to the source code of this file.
Classes | |
class | svl::crypto::Signing |
Helper to cryptographically sign and verify arbitrary data blocks. More... | |
Namespaces | |
namespace | com |
namespace | com::sun |
namespace | com::sun::star |
namespace | com::sun::star::security |
namespace | svl |
namespace | svl::crypto |
Macros | |
#define | MAX_SIGNATURE_CONTENT_LENGTH 50000 |
Functions | |
std::vector< unsigned char > | svl::crypto::DecodeHexString (std::string_view rHex) |
Converts a hex-encoded string into a byte array. More... | |
#define MAX_SIGNATURE_CONTENT_LENGTH 50000 |
Definition at line 35 of file cryptosign.hxx.