Hi Xuelei,
Webrev updated at
https://cr.openjdk.java.net/~weijun/8215694/webrev.01
A new method AlgorithmId::getWithParameterSpec is added. I also cached 6
constants in AlgorithmId $PSSParamsHolder, although the static block inside it
to generate the AlgorithmIds are a little heavy. We can
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.
https://github.com/tersesystems/jcaprovider
It's pu
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