On 07/01/2019 03:46, Will Sargent wrote:
Hi all,

I've put together a small project that will autoload custom JCA providers, bypassing the need to append to the java.security.properties file (which is not well documented), allowing for some programmatic access, and adding some logging.

Have you tried the service provider mechanism that was added in Java SE 9 to support loading JCE providers as services?

-Alan

Reply via email to