LibreOffice Module oox (master) 1
Classes | Enumerations | Functions
oox::crypto Namespace Reference

Classes

struct  AgileEncryptionInfo
 
struct  AgileEncryptionParameters
 
class  AgileEngine
 
class  Crypto
 
class  CryptoEngine
 
class  CryptoHash
 
struct  CryptoImpl
 
class  Decrypt
 
class  DocumentDecryption
 
class  DocumentEncryption
 
class  Encrypt
 
class  Standard2007Engine
 
class  StrongEncryptionDataSpace
 

Enumerations

enum class  AgileEncryptionPreset {
  AES_128_SHA1 ,
  AES_256_SHA512
}
 
enum class  CryptoHashType {
  SHA1 ,
  SHA256 ,
  SHA512
}
 

Functions

static std::vector< sal_uInt8calculateIV (comphelper::HashType eType, std::vector< sal_uInt8 > const &rSalt, std::vector< sal_uInt8 > const &rBlock, sal_Int32 nCipherBlockSize)
 
template<typename T >
roundUp (T input, T multiple)
 Rounds up the input to the nearest multiple. More...
 

Enumeration Type Documentation

◆ AgileEncryptionPreset

Enumerator
AES_128_SHA1 
AES_256_SHA512 

Definition at line 70 of file AgileEngine.hxx.

◆ CryptoHashType

enum class oox::crypto::CryptoHashType
strong
Enumerator
SHA1 
SHA256 
SHA512 

Definition at line 47 of file CryptTools.hxx.

Function Documentation

◆ calculateIV()

static std::vector< sal_uInt8 > oox::crypto::calculateIV ( comphelper::HashType  eType,
std::vector< sal_uInt8 > const &  rSalt,
std::vector< sal_uInt8 > const &  rBlock,
sal_Int32  nCipherBlockSize 
)
static

◆ roundUp()

template<typename T >
T oox::crypto::roundUp ( input,
multiple 
)