]> source.dussan.org Git - poi.git/commit
Add correct detection for encrypted powerpoint files. An exception will be thrown...
authorNick Burch <nick@apache.org>
Mon, 3 Jul 2006 20:34:41 +0000 (20:34 +0000)
committerNick Burch <nick@apache.org>
Mon, 3 Jul 2006 20:34:41 +0000 (20:34 +0000)
commit662a34291b305f50dbeee557ef28800f6d6a7f55
treed31bef89bdc1452c8ecdd41b3384536d56c5272f
parent444bb14a7ee2f5656210172f75b11a461477ce15
Add correct detection for encrypted powerpoint files. An exception will be thrown if they are encountered.\n(As we don't know how the encryption is done, we can't do any decryption of these files)

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@418842 13f79535-47bb-0310-9956-ffa450edef68
src/scratchpad/src/org/apache/poi/hslf/EncryptedSlideShow.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hslf/HSLFSlideShow.java
src/scratchpad/src/org/apache/poi/hslf/exceptions/EncryptedPowerPointFileException.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hslf/record/DocumentEncryptionAtom.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hslf/record/Record.java
src/scratchpad/src/org/apache/poi/hslf/record/RecordTypes.java
src/scratchpad/testcases/org/apache/poi/hslf/TestEncryptedFile.java [new file with mode: 0644]
src/scratchpad/testcases/org/apache/poi/hslf/data/Password_Protected-56-hello.ppt [new file with mode: 0644]
src/scratchpad/testcases/org/apache/poi/hslf/data/Password_Protected-hello.ppt [new file with mode: 0644]
src/scratchpad/testcases/org/apache/poi/hslf/data/Password_Protected-np-hello.ppt [new file with mode: 0644]
src/scratchpad/testcases/org/apache/poi/hslf/record/TestDocumentEncryptionAtom.java [new file with mode: 0644]