LibreOffice Module oox (master) 1
Public Attributes | List of all members
oox::crypto::AgileEncryptionInfo Struct Reference

#include <AgileEngine.hxx>

Public Attributes

sal_Int32 spinCount
 
sal_Int32 saltSize
 
sal_Int32 keyBits
 
sal_Int32 hashSize
 
sal_Int32 blockSize
 
OUString cipherAlgorithm
 
OUString cipherChaining
 
OUString hashAlgorithm
 
std::vector< sal_uInt8keyDataSalt
 
std::vector< sal_uInt8saltValue
 
std::vector< sal_uInt8encryptedVerifierHashInput
 
std::vector< sal_uInt8encryptedVerifierHashValue
 
std::vector< sal_uInt8encryptedKeyValue
 
std::vector< sal_uInt8hmacKey
 
std::vector< sal_uInt8hmacHash
 
std::vector< sal_uInt8hmacCalculatedHash
 
std::vector< sal_uInt8hmacEncryptedKey
 
std::vector< sal_uInt8hmacEncryptedValue
 

Detailed Description

Definition at line 29 of file AgileEngine.hxx.

Member Data Documentation

◆ blockSize

sal_Int32 oox::crypto::AgileEncryptionInfo::blockSize

◆ cipherAlgorithm

OUString oox::crypto::AgileEncryptionInfo::cipherAlgorithm

◆ cipherChaining

OUString oox::crypto::AgileEncryptionInfo::cipherChaining

◆ encryptedKeyValue

std::vector<sal_uInt8> oox::crypto::AgileEncryptionInfo::encryptedKeyValue

◆ encryptedVerifierHashInput

std::vector<sal_uInt8> oox::crypto::AgileEncryptionInfo::encryptedVerifierHashInput

◆ encryptedVerifierHashValue

std::vector<sal_uInt8> oox::crypto::AgileEncryptionInfo::encryptedVerifierHashValue

◆ hashAlgorithm

OUString oox::crypto::AgileEncryptionInfo::hashAlgorithm

◆ hashSize

sal_Int32 oox::crypto::AgileEncryptionInfo::hashSize

◆ hmacCalculatedHash

std::vector<sal_uInt8> oox::crypto::AgileEncryptionInfo::hmacCalculatedHash

◆ hmacEncryptedKey

std::vector<sal_uInt8> oox::crypto::AgileEncryptionInfo::hmacEncryptedKey

◆ hmacEncryptedValue

std::vector<sal_uInt8> oox::crypto::AgileEncryptionInfo::hmacEncryptedValue

◆ hmacHash

std::vector<sal_uInt8> oox::crypto::AgileEncryptionInfo::hmacHash

◆ hmacKey

std::vector<sal_uInt8> oox::crypto::AgileEncryptionInfo::hmacKey

◆ keyBits

sal_Int32 oox::crypto::AgileEncryptionInfo::keyBits

◆ keyDataSalt

std::vector<sal_uInt8> oox::crypto::AgileEncryptionInfo::keyDataSalt

◆ saltSize

sal_Int32 oox::crypto::AgileEncryptionInfo::saltSize

◆ saltValue

std::vector<sal_uInt8> oox::crypto::AgileEncryptionInfo::saltValue

◆ spinCount

sal_Int32 oox::crypto::AgileEncryptionInfo::spinCount

The documentation for this struct was generated from the following file: