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

/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DParameterCache.java52 private final static Map<Integer,DSAParameterSpec> dsaCache; field in class:ParameterCache
62 return dsaCache.get(Integer.valueOf(keyLength));
85 dsaCache.put(Integer.valueOf(keyLength), spec);
130 dsaCache = Collections.synchronizedMap
213 dsaCache.put(Integer.valueOf(512),
215 dsaCache.put(Integer.valueOf(768),
217 dsaCache.put(Integer.valueOf(1024),

Completed in 51 milliseconds