java做微信退款响应的坑,No such provider: BC

在处理微信退款接口响应时遇到`java.security.NoSuchProvider: BC`异常,该问题源于JDK的加密策略限制。解决方案包括替换或修改JDK的加密策略文件,具体操作针对不同JDK版本有不同的处理方式。对于JDK1.8以下,可下载并替换`local_policy.jar`和`US_export_policy.jar`;对于JDK1.8及以上,需修改`java.security`文件中的`crypto.policy`配置为`unlimited`。
摘要由CSDN通过智能技术生成

遇到下面的问题不要担心,我的经验将帮助你解决这个问题:

java.security.NoSuchProviderException: No such provider: BC
        at javax.crypto.Cipher.getInstance(Cipher.java:596)
        at com.thinkgem.jeesite.wxpay.sdk.DecodeUtil.decryptData(DecodeUtil.java:20)
        at com.thinkgem.jeesite.modules.cms.web.EwmUserController.tuiUrl(EwmUserController.java:2319)
        at sun.reflect.GeneratedMethodAccessor1507.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.springframework.web.method.support.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:215)
        at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:132)
        at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
        at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandleMethod(RequestMappingHandlerAdapter.java:749)
        at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:689)
        at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:83)
        at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:938)
        at org.springframework.web.servlet.DispatcherServlet.doService(Dispatche

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值