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

/openjdk7/jdk/src/share/classes/sun/security/tools/policytool/
H A DPolicyTool.java1431 public static java.util.ArrayList<Prin> PRIN_ARRAY; field in class:ToolDialog
1467 PRIN_ARRAY = new java.util.ArrayList<Prin>();
1468 PRIN_ARRAY.add(new KrbPrin());
1469 PRIN_ARRAY.add(new X500Prin());
1505 for (int i = 0; i < PRIN_ARRAY.size(); i++) {
1506 Prin next = PRIN_ARRAY.get(i);
1871 for (int i = 0; i < PRIN_ARRAY.size(); i++) {
1872 Prin next = PRIN_ARRAY.get(i);

Completed in 31 milliseconds