lukas-kubik / winzipaes

Automatically exported from code.google.com/p/winzipaes
0 stars 0 forks source link

AesZipFileDecrypter depends on BouncyCastle #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'd like to be able to use winzipaes without any dependencies on BouncyCastle.  
However, AesZipFileDecrypter still depends on AESDecrypterBC for the "testcode 
+ usage example" main() method.

Attached is a patch I'm using that removes this test code and allows me to use 
winzipaes without depending on BouncyCastle at all (after splitting the 
*BC.class implementation files into a separate jar).

Original issue reported on code.google.com by mdemp...@google.com on 1 Dec 2011 at 7:00

Attachments:

GoogleCodeExporter commented 9 years ago
patch integrated + example code moved to test class

Original comment by olaf.merkert on 4 Dec 2011 at 5:18