RFR 8051408: JEP 273: DRBG-Based SecureRandom Implementations

Wang Weijun weijun.wang at oracle.com
Mon Mar 21 05:23:52 UTC 2016


> On Mar 21, 2016, at 1:15 PM, Wang Weijun <weijun.wang at oracle.com> wrote:
> 
>     if (ins.getCapability() != NONE) {

Ah, should be

  if (ins.getCapability() != NONE && ins.getCapability() != PR_ONLY) {

--Max



More information about the security-dev mailing list