Index: core/fpdfapi/fpdf_parser/cpdf_crypto_handler.h |
diff --git a/core/fpdfapi/fpdf_parser/cpdf_crypto_handler.h b/core/fpdfapi/fpdf_parser/cpdf_crypto_handler.h |
index 3edc47b7b01f248bd65ac80166d767018ce4cd6b..52ad4f29c80f488b240c9c295739247720e9af5b 100644 |
--- a/core/fpdfapi/fpdf_parser/cpdf_crypto_handler.h |
+++ b/core/fpdfapi/fpdf_parser/cpdf_crypto_handler.h |
@@ -62,6 +62,9 @@ class CPDF_CryptoHandler { |
int m_KeyLen; |
int m_Cipher; |
uint8_t* m_pAESContext; |
+ |
+ private: |
+ void PopulateKey(uint32_t objnum, uint32_t gennum, uint8_t* key); |
}; |
#endif // CORE_FPDFAPI_FPDF_PARSER_CPDF_CRYPTO_HANDLER_H_ |