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

/openjdk7/jdk/test/sun/security/provider/certpath/DisabledAlgorithms/
H A DCPBuilder.java291 static HashMap<String, String> certmap = new HashMap<String, String>(); field in class:CPBuilder
293 certmap.put("trustAnchor_SHA1withRSA_1024",
295 certmap.put("trustAnchor_SHA1withRSA_512",
297 certmap.put("intermediate_SHA1withRSA_1024_1024",
299 certmap.put("intermediate_SHA1withRSA_1024_512",
301 certmap.put("intermediate_SHA1withRSA_512_1024",
303 certmap.put("intermediate_SHA1withRSA_512_512",
305 certmap.put("intermediate_MD2withRSA_1024_1024",
307 certmap.put("intermediate_MD2withRSA_1024_512",
309 certmap
[all...]

Completed in 29 milliseconds