Searched refs:STRONG_ALG_SEC_PROP (Results 1 - 1 of 1) sorted by relevance

/openjdk9/jdk/test/java/security/SecureRandom/
H A DGetInstanceTest.java50 private static final String STRONG_ALG_SEC_PROP field in class:GetInstanceTest
71 String origDRBGConfig = Security.getProperty(STRONG_ALG_SEC_PROP);
78 Security.setProperty(STRONG_ALG_SEC_PROP, "DRBG:SUN");
85 Security.setProperty(STRONG_ALG_SEC_PROP, origDRBGConfig);

Completed in 66 milliseconds