Moumita Das

Results 7 comments of Moumita Das

Hey @dghgit , Are you suggesting the below solution?? > Move to bcprov-jdk15to18 1.77. It is quite a jump, what are the missing classes? - Remove the older version (`bcprov-jdk15on:1.65`)...

Hey @dghgit , Along with moving to the `bcprov-jdk15to18:1.77`, do we also need to move to `bcpkix-jdk15to18:1.77` from `bcpkix-jdk15on:1.65` ?? **Cause as per the dependency chart:** ``` +--- another SDK...

Hey @dghgit, When I only move to `bcprov-jdk15to18:1.77`, it works fine. But when I move to `bcpkix-jdk15to18:1.77` as well its giving **unresolved classes error** for `org.bouncycastle.openssl.PEMParser` also giving **unresolved classes...

Hey @dghgit , we move to `bcprov-jdk15to18:1.77 ` but getting unresolved classes error. Please help us with this one.

So, to conclude we must move to the higher versions of all three jars as below?? `bcprov-jdk15to18:1.80 ` `bcpkix-jdk15to18:1.80` `bcutil-jdk15to18:1.80 ` @peterdettman I will try this and update here if...