Skip to:
In the current version, the key size is hard-coded to 1024bits. Some Java versions will blacklist algorithms using keys less than 2048.
We need to make key size configurable and default to 2048bits
In the current version, the key size is hard-coded to 1024bits. Some Java versions will blacklist algorithms using keys less than 2048.
We need to make key size configurable and default to 2048bits