aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/pdf/PDFEncryptionJCE.java
Commit message (Expand)AuthorAgeFilesLines
* FOP-2252: OpenType CFF support for FOP; patch submitted by Robert Meyer (ecli...Luis Bernardo2013-08-141-89/+10
* FOP-2252: OpenType CFF support for FOP; patch submitted by Robert MeyerLuis Bernardo2013-08-141-10/+89
* FOP-2248: add support for AES 256 PDF encryptionLuis Bernardo2013-05-181-73/+357
* Cosmetics only: removed Checkstyle SuppressWithNearbyCommentFilter and fixed ...Vincent Hennebert2013-05-071-4/+4
* Added support for PDF object streams.Temp_PDF_ObjectStreamsVincent Hennebert2012-03-211-16/+8
* Added support for 128bit encryption in PDF output. Based on work by Michael R...Vincent Hennebert2011-08-081-291/+439
* Removed many "// CSOK: ConstantName" instances for constants, by converting t...Jeremias Maerki2010-08-141-1/+0
* Removed a bunch of javadoc warnings in addition to patch 49733Simon Pepping2010-08-131-20/+0
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-57/+57
* Bugfix: Some string objects were not encrypted (for example in named destinat...Jeremias Maerki2008-01-111-12/+15
* Merged https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_PDF_in_...Jeremias Maerki2007-10-261-1/+1
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-4/+4
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Changed logging to use "static" loggers from Jakarta Commons Logging (via Log...Jeremias Maerki2004-04-021-8/+8
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-46/+14
* Removed unnecessary semi-colon.Peter Bernard West2004-01-021-1/+1
* PDF Encryption works now in every case I tested. Also, the text and string di...Jeremias Maerki2003-03-271-49/+78
* Added support for PDF encryption. Jeremias Maerki2003-03-131-0/+432