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

/openjdk7/jdk/test/java/security/testlibrary/
H A DCertUtils.java154 public static CertStore createStore(String [] fileNames) throws Exception { method in class:CertUtils
155 return createStore("", fileNames);
167 public static CertStore createStore(String relPath, String [] fileNames) method in class:CertUtils
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DInstructionFactory.java401 public static LocalVariableInstruction createStore(Type type, int index) { method in class:InstructionFactory

Completed in 31 milliseconds