Skip to Content
0
Former Member
Jun 29, 2006 at 10:07 AM

error Using imported .JAR in user-defined function

14 Views

Hi All,

I am trying to use jar files provided to me in user defined function as follows:

DataEncryption temp = new DataEncryption();

String ret = new String();

ret = temp.getEncryptedData(a);

return ret;

All jar files working perfectly in java software, But when i am trying to test the mappings by using above user-defined function.

I am catching the error and put in target field then, I am getting following message in target field:

"An error occured in getEncryptedData method : java.lang.SecurityException: The provider SunJCE may not be signed by a trusted party"

Please help in finding the error.

Regards