Static Public Member Functions | Static Private Member Functions

ODc_Crypto Class Reference

#include <ODc_Crypto.h>

List of all members.

Static Public Member Functions

static UT_Error decrypt (GsfInput *pStream, const ODc_CryptoInfo &cryptInfo, const std::string &password, GsfInput **pDecryptedInput)

Static Private Member Functions

static UT_Error performDecrypt (GsfInput *pStream, unsigned char *salt, UT_uint32 salt_length, UT_uint32 iter_count, unsigned char *ivec, gsize ivec_length, const std::string &password, UT_uint32 decrypted_size, GsfInput **pDecryptedInput)

Member Function Documentation

UT_Error ODc_Crypto::decrypt ( GsfInput *  pStream,
const ODc_CryptoInfo cryptInfo,
const std::string &  password,
GsfInput **  pDecryptedInput 
) [static]
UT_Error ODc_Crypto::performDecrypt ( GsfInput *  pStream,
unsigned char *  salt,
UT_uint32  salt_length,
UT_uint32  iter_count,
unsigned char *  ivec,
gsize  ivec_length,
const std::string &  password,
UT_uint32  decrypted_size,
GsfInput **  pDecryptedInput 
) [static, private]

The documentation for this class was generated from the following files: