aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/QPDFWriter.hh
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-04-30 22:10:29 +0200
committerJay Berkenbilt <ejb@ql.org>2022-04-30 23:23:58 +0200
commit2213ed0c3dd1bcc5a62725190cca4a6ad8eb9d7f (patch)
tree2afb32e7a747e99f9ecd544943a79a2a240d9d9f /include/qpdf/QPDFWriter.hh
parent7608ff4e0be3b0bad5b28886d4b2cf97d60d5944 (diff)
downloadqpdf-2213ed0c3dd1bcc5a62725190cca4a6ad8eb9d7f.tar.zst
Remove deprecated (pre-8.4.0) encryption APIs
Diffstat (limited to 'include/qpdf/QPDFWriter.hh')
-rw-r--r--include/qpdf/QPDFWriter.hh38
1 files changed, 0 insertions, 38 deletions
diff --git a/include/qpdf/QPDFWriter.hh b/include/qpdf/QPDFWriter.hh
index 5d3ad5df..f30a9986 100644
--- a/include/qpdf/QPDFWriter.hh
+++ b/include/qpdf/QPDFWriter.hh
@@ -432,44 +432,6 @@ class QPDFWriter
qpdf_r3_print_e print,
bool encrypt_metadata_aes);
- // Pre qpdf 8.4.0 API
- [[deprecated("see newer API above")]] QPDF_DLL void
- setR3EncryptionParameters(
- char const* user_password,
- char const* owner_password,
- bool allow_accessibility,
- bool allow_extract,
- qpdf_r3_print_e print,
- qpdf_r3_modify_e modify);
- [[deprecated("see newer API above")]] QPDF_DLL void
- setR4EncryptionParameters(
- char const* user_password,
- char const* owner_password,
- bool allow_accessibility,
- bool allow_extract,
- qpdf_r3_print_e print,
- qpdf_r3_modify_e modify,
- bool encrypt_metadata,
- bool use_aes);
- [[deprecated("see newer API above")]] QPDF_DLL void
- setR5EncryptionParameters(
- char const* user_password,
- char const* owner_password,
- bool allow_accessibility,
- bool allow_extract,
- qpdf_r3_print_e print,
- qpdf_r3_modify_e modify,
- bool encrypt_metadata);
- [[deprecated("see newer API above")]] QPDF_DLL void
- setR6EncryptionParameters(
- char const* user_password,
- char const* owner_password,
- bool allow_accessibility,
- bool allow_extract,
- qpdf_r3_print_e print,
- qpdf_r3_modify_e modify,
- bool encrypt_metadata_aes);
-
// Create linearized output. Disables qdf mode, content
// normalization, and stream prefiltering.
QPDF_DLL