![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "core/fpdfapi/parser/cpdf_security_handler.h"#include <stdint.h>#include <time.h>#include <algorithm>#include <utility>#include "core/fdrm/fx_crypt.h"#include "core/fpdfapi/parser/cpdf_array.h"#include "core/fpdfapi/parser/cpdf_crypto_handler.h"#include "core/fpdfapi/parser/cpdf_dictionary.h"#include "core/fpdfapi/parser/cpdf_object.h"#include "core/fpdfapi/parser/cpdf_string.h"#include "core/fxcrt/byteorder.h"#include "core/fxcrt/check.h"#include "core/fxcrt/check_op.h"#include "core/fxcrt/compiler_specific.h"#include "core/fxcrt/data_vector.h"#include "core/fxcrt/fx_memcpy_wrappers.h"#include "core/fxcrt/fx_random.h"#include "core/fxcrt/notreached.h"#include "core/fxcrt/span.h"#include "core/fxcrt/span_util.h"#include "core/fxcrt/stl_util.h"Go to the source code of this file.
Functions | |
| static bool | LoadCryptInfo (const CPDF_Dictionary *pEncryptDict, const ByteString &name, CPDF_CryptoHandler::Cipher *cipher, size_t *keylen_out) |
|
static |
Definition at line 227 of file cpdf_security_handler.cpp.
References CPDF_Dictionary::GetIntegerFor(), CPDF_Dictionary::GetIntegerFor(), CPDF_CryptoHandler::kAES, CPDF_CryptoHandler::kNone, CPDF_CryptoHandler::kRC4, and fxcrt::ByteString::operator==().