|
LibreOffice Module oox (master) 1
|
#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 |
Definition at line 57 of file AgileEngine.hxx.
| sal_Int32 oox::crypto::AgileEncryptionParameters::blockSize |
Definition at line 63 of file AgileEngine.hxx.
Referenced by oox::crypto::AgileEngine::setupEncryptionParameters().
| OUString oox::crypto::AgileEncryptionParameters::cipherAlgorithm |
Definition at line 65 of file AgileEngine.hxx.
Referenced by oox::crypto::AgileEngine::setupEncryptionParameters().
| OUString oox::crypto::AgileEncryptionParameters::cipherChaining |
Definition at line 66 of file AgileEngine.hxx.
Referenced by oox::crypto::AgileEngine::setupEncryptionParameters().
| OUString oox::crypto::AgileEncryptionParameters::hashAlgorithm |
Definition at line 67 of file AgileEngine.hxx.
Referenced by oox::crypto::AgileEngine::setupEncryptionParameters().
| sal_Int32 oox::crypto::AgileEncryptionParameters::hashSize |
Definition at line 62 of file AgileEngine.hxx.
Referenced by oox::crypto::AgileEngine::setupEncryptionParameters().
| sal_Int32 oox::crypto::AgileEncryptionParameters::keyBits |
Definition at line 61 of file AgileEngine.hxx.
Referenced by oox::crypto::AgileEngine::setupEncryptionParameters().
| sal_Int32 oox::crypto::AgileEncryptionParameters::saltSize |
Definition at line 60 of file AgileEngine.hxx.
Referenced by oox::crypto::AgileEngine::setupEncryptionParameters().
| sal_Int32 oox::crypto::AgileEncryptionParameters::spinCount |
Definition at line 59 of file AgileEngine.hxx.
Referenced by oox::crypto::AgileEngine::setupEncryptionParameters().