|
LibreOffice Module oox (master) 1
|
This is the complete list of members for oox::crypto::AgileEngine, including all inherited members.
| AgileEngine() | oox::crypto::AgileEngine | |
| calculateBlock(std::vector< sal_uInt8 > const &rBlock, std::vector< sal_uInt8 > &rHashFinal, std::vector< sal_uInt8 > &rInput, std::vector< sal_uInt8 > &rOutput) | oox::crypto::AgileEngine | private |
| calculateHashFinal(const OUString &rPassword, std::vector< sal_uInt8 > &aHashFinal) | oox::crypto::AgileEngine | private |
| checkDataIntegrity() override | oox::crypto::AgileEngine | virtual |
| CryptoEngine() | oox::crypto::CryptoEngine | inline |
| cryptoType(const AgileEncryptionInfo &rInfo) | oox::crypto::AgileEngine | privatestatic |
| decrypt(BinaryXInputStream &aInputStream, BinaryXOutputStream &aOutputStream) override | oox::crypto::AgileEngine | virtual |
| decryptAndCheckVerifierHash(OUString const &rPassword) | oox::crypto::AgileEngine | |
| decryptEncryptionKey(OUString const &rPassword) | oox::crypto::AgileEngine | |
| decryptHmacKey() | oox::crypto::AgileEngine | |
| decryptHmacValue() | oox::crypto::AgileEngine | |
| encrypt(const css::uno::Reference< css::io::XInputStream > &rxInputStream, css::uno::Reference< css::io::XOutputStream > &rxOutputStream, sal_uInt32 nSize) override | oox::crypto::AgileEngine | virtual |
| encryptBlock(std::vector< sal_uInt8 > const &rBlock, std::vector< sal_uInt8 > &rHashFinal, std::vector< sal_uInt8 > &rInput, std::vector< sal_uInt8 > &rOutput) | oox::crypto::AgileEngine | private |
| encryptEncryptionKey(OUString const &rPassword) | oox::crypto::AgileEngine | |
| encryptHmacKey() | oox::crypto::AgileEngine | |
| encryptHmacValue() | oox::crypto::AgileEngine | |
| generateAndEncryptVerifierHash(OUString const &rPassword) | oox::crypto::AgileEngine | |
| generateEncryptionKey(OUString const &rPassword) override | oox::crypto::AgileEngine | virtual |
| getInfo() | oox::crypto::AgileEngine | inline |
| meEncryptionPreset | oox::crypto::AgileEngine | private |
| mInfo | oox::crypto::AgileEngine | private |
| mKey | oox::crypto::CryptoEngine | protected |
| readEncryptionInfo(css::uno::Reference< css::io::XInputStream > &rxInputStream) override | oox::crypto::AgileEngine | virtual |
| setPreset(AgileEncryptionPreset ePreset) | oox::crypto::AgileEngine | inline |
| setupEncryption(OUString const &rPassword) override | oox::crypto::AgileEngine | virtual |
| setupEncryptionKey(OUString const &rPassword) | oox::crypto::AgileEngine | |
| setupEncryptionParameters(AgileEncryptionParameters const &rAgileEncryptionParameters) | oox::crypto::AgileEngine | |
| writeEncryptionInfo(BinaryXOutputStream &rStream) override | oox::crypto::AgileEngine | virtual |
| ~CryptoEngine() | oox::crypto::CryptoEngine | inlinevirtual |