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

相关文章:

  • 2022-12-23
  • 2022-02-20
  • 2022-12-23
  • 2022-12-23
  • 2021-12-27
  • 2021-08-02
  • 2022-12-23
猜你喜欢
  • 2021-11-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-18
  • 2021-05-21
相关资源
相似解决方案