Use native Java ciphers for encryption / decryption - now that we have our buffer issues sorted this should be a small speed boost.

This commit is contained in:
md_5
2013-02-21 17:13:04 +11:00
parent 0f8f8cb289
commit f1f10521e2
3 changed files with 10 additions and 24 deletions

View File

@@ -34,11 +34,6 @@
<artifactId>mysql-connector-java</artifactId>
<version>5.1.22</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.47</version>
</dependency>
</dependencies>
<build>