Review Request: loading JCE providers using ServiceLoader
Alan Bateman
Alan.Bateman at oracle.com
Tue Jul 24 20:29:26 PDT 2012
On 24/07/2012 18:29, Sean Mullan wrote:
>
> It's plausible we should automatically add all the Providers available
> as services to the list of registered providers.
I think this would make sense because they are otherwise not accessible
if they aren't listed in the java.security file (and the approach to
instantiate them directly will not work in module because
sun.security.pkcs11 and the other sun.* packages are not exported).
-Alan.
More information about the jigsaw-dev
mailing list