Implement BouncyCastle as the cipher engine.

This commit is contained in:
md_5
2013-07-04 09:57:27 +10:00
parent 927a295add
commit 66de4c95ef
7 changed files with 32 additions and 25 deletions

View File

@@ -67,6 +67,12 @@
<version>5.1.24</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.49</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>