JCE cannot authenticate the provider BC

Good morning, I’m trying to create an application that uses the Bouncy Castle libraries but I can’t continue because I get this error. Where am I going wrong? These are the messages that appear: – JCE cannot authenticate the provider BC – Cannot invoke “java.net.URL.getProtocol()” because “this.url” is null – java.lang.SecurityException – java.lang.NullPointerException: Cannot invoke “java.net.URL.getProtocol()” because “this.url” is null at java.base/javax.crypto.ProviderVerifier.verify(ProviderVerifier.java:123) File changes: C:ColdFusion2023jreconfsecurityjava.security – security.provider.14=org.bouncycastle.jce.provider.BouncyCastleProvider (add line 76) – crypto.policy=unlimited (check line # 917) C:ColdFusion2023jrelibsecurity – local_policy.jar (add […]