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
java.lang.SecurityException: JCE cannot authenticate the provider SC
at javax.crypto.Cipher.getInstance(Cipher.java:656)
at com.test.ecc.EckeySCTest.publicEncrypt(EckeySCTest.java:56)
at com.test.ecc.EckeySCTest.test(EckeySCTest.java:71)
at com.test.ecc.EckeySCTest.main(EckeySCTest.java:48)
Caused by: java.util.jar.JarException: file:/D:/blockchain/repository/com/madgag/spongycastle/prov/1.58.0.0/prov-1.58.0.0.jar has unsigned entries - org/spongycastle/jce/MultiCertStoreParameters.class
The text was updated successfully, but these errors were encountered:
hi,
when I useing oracle JDK1.8,get error:
java.lang.SecurityException: JCE cannot authenticate the provider SC
at javax.crypto.Cipher.getInstance(Cipher.java:656)
at com.test.ecc.EckeySCTest.publicEncrypt(EckeySCTest.java:56)
at com.test.ecc.EckeySCTest.test(EckeySCTest.java:71)
at com.test.ecc.EckeySCTest.main(EckeySCTest.java:48)
Caused by: java.util.jar.JarException: file:/D:/blockchain/repository/com/madgag/spongycastle/prov/1.58.0.0/prov-1.58.0.0.jar has unsigned entries - org/spongycastle/jce/MultiCertStoreParameters.class
The text was updated successfully, but these errors were encountered: