java 加解密 By bigsuperangel Published 2016-07-08 Contents 在加解密类中引入 123static { Security.addProvider(new BouncyCastleProvider());} 12345<dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk15</artifactId> <version>1.45</version></dependency>