]> source.dussan.org Git - poi.git/commit
bug 60321: add examples with encrypted temp data. Patch from PJ Fanning.
authorJaven O'Neal <onealj@apache.org>
Tue, 8 Nov 2016 17:32:38 +0000 (17:32 +0000)
committerJaven O'Neal <onealj@apache.org>
Tue, 8 Nov 2016 17:32:38 +0000 (17:32 +0000)
commit776621c3bb18ccdd75f11d3e263d255616bf60d1
tree2be59c1770bea43fdc5ad87c5a2f78f45367b473
parent0a7a454082b8f05f749af94c61e81ef93269b116
bug 60321: add examples with encrypted temp data. Patch from PJ Fanning.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1768744 13f79535-47bb-0310-9956-ffa450edef68
src/examples/src/org/apache/poi/crypt/examples/AesZipFileZipEntrySource.java [new file with mode: 0644]
src/examples/src/org/apache/poi/crypt/examples/EncryptedTempData.java [new file with mode: 0644]
src/examples/src/org/apache/poi/crypt/examples/EncryptionUtils.java [new file with mode: 0644]
src/examples/src/org/apache/poi/examples/util/TempFileUtils.java [new file with mode: 0644]
src/examples/src/org/apache/poi/xssf/eventusermodel/examples/LoadPasswordProtectedXlsxStreaming.java [new file with mode: 0644]
src/examples/src/org/apache/poi/xssf/streaming/examples/SXSSFWorkbookWithCustomZipEntrySource.java [new file with mode: 0644]
src/examples/src/org/apache/poi/xssf/streaming/examples/SavePasswordProtectedXlsx.java [new file with mode: 0644]
src/examples/src/org/apache/poi/xssf/usermodel/examples/LoadPasswordProtectedXlsx.java [new file with mode: 0644]