problem: My Java code cannot see BouncyCastle
libraries.----------------situation: I have a component that needs to
use BouncyCastle libraries. The other vendor has provided some Java
examples on how to use their API and the examples uses BouncyCastle.I
have tried using regular Java libraries (java.*) and it's not working.
I'm just testing to see if the implementation requires
BouncyCastle.----------------mvn integration with BouncyCastle:To
integrate BouncyCastle into my maven project, I change...