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

/openjdk7/jdk/src/share/classes/sun/security/ec/
H A DSunEC.java55 private static boolean useFullImplementation = true; field in class:SunEC
65 useFullImplementation = false;
76 SunECEntries.putEntries(this, useFullImplementation);
79 SunECEntries.putEntries(map, useFullImplementation);
H A DSunECEntries.java42 boolean useFullImplementation) {
125 if (!useFullImplementation) {
41 putEntries(Map<Object, Object> map, boolean useFullImplementation) argument

Completed in 30 milliseconds