|
LibreOffice Module svl (master) 1
|
Classes | |
| class | Signing |
| Helper to cryptographically sign and verify arbitrary data blocks. More... | |
Enumerations | |
| enum class | SignatureMethodAlgorithm { RSA , ECDSA } |
| Specifies the algorithm used for signature generation and validation. More... | |
Functions | |
| static int | AsHex (char ch) |
| std::vector< unsigned char > | DecodeHexString (std::string_view rHex) |
| Converts a hex-encoded string into a byte array. More... | |
|
strong |
Specifies the algorithm used for signature generation and validation.
| Enumerator | |
|---|---|
| RSA | |
| ECDSA | |
Definition at line 77 of file sigstruct.hxx.
|
static |
| SVL_DLLPUBLIC std::vector< unsigned char > svl::crypto::DecodeHexString | ( | std::string_view | rHex | ) |