]> source.dussan.org Git - poi.git/commit
bug 60153: patch from PJ Fanning to demonstrate that SXSSFWorkbook SheetDataWriter...
authorJaven O'Neal <onealj@apache.org>
Sun, 9 Oct 2016 12:58:46 +0000 (12:58 +0000)
committerJaven O'Neal <onealj@apache.org>
Sun, 9 Oct 2016 12:58:46 +0000 (12:58 +0000)
commit02b3019f6cd999bcea8e9a7cb47e87de95711b02
treebcde827142acc9423b9f5a15e40d3fc589fceb7d
parentdb53120ab3b3a19946603e8753b85d9754d1ef2a
bug 60153: patch from PJ Fanning to demonstrate that SXSSFWorkbook SheetDataWriter can write encrypted temporary files to disk and the workbook can be AES encrypted when written to disk for a fully secure disk environment

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1763969 13f79535-47bb-0310-9956-ffa450edef68
src/ooxml/java/org/apache/poi/openxml4j/util/ZipEntrySource.java
src/ooxml/testcases/org/apache/poi/poifs/crypt/AesZipFileZipEntrySource.java
src/ooxml/testcases/org/apache/poi/xssf/streaming/TempFileRecordingSXSSFWorkbookWithCustomZipEntrySource.java [new file with mode: 0644]
src/ooxml/testcases/org/apache/poi/xssf/streaming/TestSXSSFWorkbookWithCustomZipEntrySource.java