[
https://issues.apache.org/jira/browse/PDFBOX-135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13262479#comment-13262479
]
David Allsopp commented on PDFBOX-135:
--------------------------------------
Version 1.6.0 seems to have the following in
org.apache.pdfbox.pdmodel.encryption.SecurityHandler - is this right?
public void encryptData(long objectNumber, long genNumber, InputStream
data, OutputStream output, boolean decrypt)
throws CryptographyException, IOException
{
if (aes && !decrypt) {
throw new IllegalArgumentException("AES encryption is not yet
implemented.");
}
> AES Support
> -----------
>
> Key: PDFBOX-135
> URL: https://issues.apache.org/jira/browse/PDFBOX-135
> Project: PDFBox
> Issue Type: New Feature
> Components: Writing
> Assignee: Andreas Lehmkühler
> Fix For: 1.4.0
>
>
> [imported from SourceForge]
> http://sourceforge.net/tracker/index.php?group_id=78314&atid=552832&aid=1432143
> Originally submitted by nobody on 2006-02-15 05:05.
> Hi, it should be right time now to add AES support
> which is in default enabled on all encrypted PDF
> documents made by Adobe Acrobat 7.0.
> Since AES is supported by java JCE it should not be a
> big deal. Currently only Big Faceless PDF Library seems
> to support it.
> Thanks for big help.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira