LibreOffice
LibreOffice 24.2 SDK API Reference
Modules | Variables
DigestID.idl File Reference

Go to the source code of this file.

Modules

module  com
 
module  com::sun
 
module  com::sun::star
 the module com::sun::star is the root module of the UNO API.
 
module  com::sun::star::xml
 XML related interfaces.
 
module  com::sun::star::xml::crypto
 XML encryption interfaces.
 

Constant Groups

constants  com::sun::star::xml::crypto::DigestID
 The constant set contains identifiers of supported digest-creation algorithms.
 

Variables

const long SHA1 = 1
 identifier of SHA-1 algorithm More...
 
const long SHA256 = 2
 identifier of SHA-256 algorithm More...
 
const long SHA1_1K = 3
 identifier of SHA-1 algorithm that is applied to the first kilobyte of data. More...
 
const long SHA256_1K = 4
 identifier of SHA-256 algorithm that is applied to the first kilobyte of data. More...
 
const long SHA512 = 5
 identifier of SHA-512 algorithm More...
 
const long SHA512_1K = 6
 identifier of SHA-512 algorithm that is applied to the first kilobyte of data. More...