LibreOffice Module comphelper (master) 1
Classes | Namespaces | Enumerations | Variables
hash.hxx File Reference
#include <comphelper/comphelperdllapi.h>
#include <rtl/digest.h>
#include <memory>
#include <vector>
Include dependency graph for hash.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  comphelper::Hash
 

Namespaces

namespace  rtl
 
namespace  comphelper
 

Enumerations

enum class  comphelper::HashType {
  comphelper::MD5 ,
  comphelper::SHA1 ,
  comphelper::SHA256 ,
  comphelper::SHA512
}
 

Variables

const sal_uInt32 comphelper::MD5_HASH_LENGTH = RTL_DIGEST_LENGTH_MD5
 
const sal_uInt32 comphelper::SHA1_HASH_LENGTH = RTL_DIGEST_LENGTH_SHA1
 
const sal_uInt32 comphelper::SHA256_HASH_LENGTH = 32
 
const sal_uInt32 comphelper::SHA512_HASH_LENGTH = 64