Home
last modified time | relevance | path

Searched refs:passwordKeyEncryptor (Results 1 – 1 of 1) sorted by relevance

/trunk/main/oox/source/core/
H A Dencryption.cxx386 AgilePasswordKeyEncryptor passwordKeyEncryptor; member in oox::core::AgileEncryptionInfo
399 passwordKeyEncryptor( aPasswordKeyEncryptor ) in AgileEncryptionHandler()
430 AgilePasswordKeyEncryptor &passwordKeyEncryptor; member in oox::core::AgileEncryptionHandler
558 passwordKeyEncryptor.spinCount = attribs.getInteger( XML_spinCount, 0 ); in parseEncryptedKey()
559 passwordKeyEncryptor.saltSize = attribs.getInteger( XML_saltSize, 0 ); in parseEncryptedKey()
560 passwordKeyEncryptor.blockSize = attribs.getInteger( XML_blockSize, 0 ); in parseEncryptedKey()
561 passwordKeyEncryptor.keyBits = attribs.getInteger( XML_keyBits, 0 ); in parseEncryptedKey()
562 passwordKeyEncryptor.hashSize = attribs.getInteger( XML_hashSize, 0 ); in parseEncryptedKey()
563 passwordKeyEncryptor.cipherAlgorithm = attribs.getString( XML_cipherAlgorithm, OUString() ); in parseEncryptedKey()
564 passwordKeyEncryptor.cipherChaining = attribs.getString( XML_cipherChaining, OUString() ); in parseEncryptedKey()
[all …]