Package org.apache.fop.pdf
Class PDFEncryptionJCE.EncryptionFilter
java.lang.Object
org.apache.fop.pdf.PDFFilter
org.apache.fop.pdf.PDFEncryptionJCE.EncryptionFilter
- Enclosing class:
- PDFEncryptionJCE
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplyFilter
(OutputStream out) Applies a filter to an OutputStream.Returns a parameter dictionary for this filter.getName()
Returns a PDF string representation of this filter.Methods inherited from class org.apache.fop.pdf.PDFFilter
isApplied, isASCIIFilter, setApplied
-
Field Details
-
streamNumber
-
streamGeneration
private int streamGeneration
-
-
Constructor Details
-
EncryptionFilter
EncryptionFilter(PDFObjectNumber streamNumber, int streamGeneration)
-
-
Method Details
-
getName
Returns a PDF string representation of this filter. -
getDecodeParms
Returns a parameter dictionary for this filter.- Specified by:
getDecodeParms
in classPDFFilter
- Returns:
- null, this filter has no parameters
-
applyFilter
Applies a filter to an OutputStream.- Specified by:
applyFilter
in classPDFFilter
- Parameters:
out
- contents to be filtered- Returns:
- OutputStream filtered contents
- Throws:
IOException
- In case of an I/O problem
-