Searched defs:buildPath (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/security/testlibrary/
H A DCertUtils.java124 public static CertPath buildPath(String [] fileNames) throws Exception { method in class:CertUtils
125 return buildPath("", fileNames);
136 public static CertPath buildPath(String relPath, String [] fileNames) method in class:CertUtils

Completed in 41 milliseconds