LibreOffice Module svl (master) 1
Classes | Namespaces | Macros | Functions
cryptosign.hxx File Reference
#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>
Include dependency graph for cryptosign.hxx:
This graph shows which files directly or indirectly include this file:

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...
 

Macro Definition Documentation

◆ MAX_SIGNATURE_CONTENT_LENGTH

#define MAX_SIGNATURE_CONTENT_LENGTH   50000

Definition at line 35 of file cryptosign.hxx.