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

/openjdk7/jdk/test/sun/security/provider/certpath/DisabledAlgorithms/
H A DCPBuilder.java33 * @run main/othervm CPBuilder trustAnchor_SHA1withRSA_1024 0 true
34 * @run main/othervm CPBuilder trustAnchor_SHA1withRSA_512 0 true
35 * @run main/othervm CPBuilder intermediate_SHA1withRSA_1024_1024 1 true
36 * @run main/othervm CPBuilder intermediate_SHA1withRSA_1024_512 1 true
37 * @run main/othervm CPBuilder intermediate_SHA1withRSA_512_1024 1 true
38 * @run main/othervm CPBuilder intermediate_SHA1withRSA_512_512 1 true
39 * @run main/othervm CPBuilder intermediate_MD2withRSA_1024_1024 1 false
40 * @run main/othervm CPBuilder intermediate_MD2withRSA_1024_512 1 false
41 * @run main/othervm CPBuilder endentiry_SHA1withRSA_1024_1024 2 true
42 * @run main/othervm CPBuilder endentiry_SHA1withRSA_1024_51
58 public class CPBuilder { class
[all...]

Completed in 526 milliseconds