DESede/CBC/PKCS5Padding
Java.security.NoSuchAlgorithmException: Cannot find any provider supporting DESede/CBC/PKCS5Padding
1.下载bcpkix-jdk15on-1.56.jar放入C:\Program Files\Java\jre1.8.0_101\lib\ext中
2. 修改C:\Program Files\Java\jre1.8.0_101\lib\security\java.security
security.provider.11=org.bouncycastle.jce.provider.BouncyCastleProvider 注意security.provider.11中的11,需要根据实际情况填写
参考:
http://www.bubuko.com/infodetail-1004689.html
http://www.cnblogs.com/yangy608/archive/2012/08/08/2627858.html
http://blog.chinaunix.net/uid-743704-id-2165935.html
本文来自博客园,作者:月色深潭,交流群:733423266,转载请注明原文链接:https://www.cnblogs.com/moonpool/p/6652944.html