ORA-29532 SecurityException
Hello experts.
Our developers using 3rd party encryption provider - Bouncy Castle (BC).
Have followed note 369369.1 and successfully installed into Oracle version 10.2.0.4.
No problems with Oracle versions 11.2.0.3 and 11.2.0.4.
Now I'm trying to install BC provider into Oracle 10.1.0.5.
The version of jar file is compatible with JDK inside Oracle 10.1.0.5.
Can't find the solution for 10.1.0.5.
Database can't be upgraded to R2.
When trying to run our code, we get an error:
Error report:ORA-29532: Java call terminated by uncaught Java exception: java.io.IOException: error constructing MAC: java.lang.SecurityException: The provider BC may not be signed by a trusted party
Please help.