David Osorio

Results 2 comments of David Osorio

I am having the same problem. It seems that `sun.security.x509.AlgorithmId.oidTable` is being initialized when verifying the BC jar signature. Jar signature verification algorithm changes the registered Providers for the thread...

@hofmandl1 true, it is not an official API. `new EncryptedPrivateKeyInfo("PBEWithSHA1AndDESede", new byte[] { 0 });` should work also where the workaround can be applied (from https://bugs.openjdk.java.net/browse/JDK-8266279).