ClassNotFound: BSIObjectIdentifiers, EACObjectIdentifiers, GCMParameters #1922
Closed
patrycjjusz
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In bctls-fips-2.0.19 in TlsUtils you can find this:
import org.bouncycastle.asn1.bsi.BSIObjectIdentifiers;
but in bc-fips-2.0.0 there is:
package org.bouncycastle.internal.asn1.bsi;
public interface BSIObjectIdentifiers
And finally I have got ClassNotFoundexception because of this. I see the same problem with EACObjectIdentifiers and GCMParameters.
Did I miss something?
Beta Was this translation helpful? Give feedback.
All reactions