|
Hi,
You must add JCAPI as a security provider to the JCE framework in your program before using it i.e add the following line of code at the beginning of your program:
Security.addProvider(new JCAPIProvider());
For more information, please read the "JCAPI User's Guide" or any of the accompanied example programs.
Sincerely,
Tommy
|