You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
异常代码
Caused by: java.lang.IllegalArgumentException: java.security.InvalidKeyException: Illegal key size
at com.github.binarywang.wxpay.v3.util.AesUtils.decryptToString(AesUtils.java:75) ~[weixin-java-pay-4.0.0.jar:na]
at com.github.binarywang.wxpay.v3.auth.AutoUpdateCertificatesVerifier.deserializeToCerts(AutoUpdateCertificatesVerifier.java:171) ~[weixin-java-pay-4.0.0.jar:na]
at com.github.binarywang.wxpay.v3.auth.AutoUpdateCertificatesVerifier.autoUpdateCert(AutoUpdateCertificatesVerifier.java:145) ~[weixin-java-pay-4.0.0.jar:na]
at com.github.binarywang.wxpay.v3.auth.AutoUpdateCertificatesVerifier.(AutoUpdateCertificatesVerifier.java:95) ~[weixin-java-pay-4.0.0.jar:na]
at com.github.binarywang.wxpay.config.WxPayConfig.initApiV3HttpClient(WxPayConfig.java:268) ~[weixin-java-pay-4.0.0.jar:na]
... 108 common frames omitted
Caused by: java.security.InvalidKeyException: Illegal key size
at javax.crypto.Cipher.checkCryptoPerm(Cipher.java:1039) ~[na:1.8.0_122]
at javax.crypto.Cipher.implInit(Cipher.java:805) ~[na:1.8.0_122]
at javax.crypto.Cipher.chooseProvider(Cipher.java:864) ~[na:1.8.0_122]
at javax.crypto.Cipher.init(Cipher.java:1396) ~[na:1.8.0_122]
at javax.crypto.Cipher.init(Cipher.java:1327) ~[na:1.8.0_122]
at com.github.binarywang.wxpay.v3.util.AesUtils.decryptToString(AesUtils.java:68) ~[weixin-java-pay-4.0.0.jar:na]
... 112 common frames omitted
求救
The text was updated successfully, but these errors were encountered: