|
LibreOffice Module oox (master) 1
|
#include <CryptTools.hxx>
Public Types | |
| enum | CryptoType { UNKNOWN , AES_128_ECB , AES_128_CBC , AES_256_CBC } |
Public Member Functions | |
| virtual | ~Crypto () |
Protected Member Functions | |
| Crypto () | |
Protected Attributes | |
| std::unique_ptr< CryptoImpl > | mpImpl |
Definition at line 56 of file CryptTools.hxx.
| Enumerator | |
|---|---|
| UNKNOWN | |
| AES_128_ECB | |
| AES_128_CBC | |
| AES_256_CBC | |
Definition at line 59 of file CryptTools.hxx.
|
protected |
Definition at line 350 of file CryptTools.cxx.
|
virtual |
Definition at line 355 of file CryptTools.cxx.
|
protected |
Definition at line 68 of file CryptTools.hxx.
Referenced by oox::crypto::CryptoHash::CryptoHash(), oox::crypto::Decrypt::Decrypt(), oox::crypto::Encrypt::Encrypt(), oox::crypto::CryptoHash::finalize(), oox::crypto::Decrypt::update(), oox::crypto::Encrypt::update(), and oox::crypto::CryptoHash::update().