Searched refs:commandList (Results 1 – 1 of 1) sorted by relevance
80 ArrayList<String> commandList = new ArrayList<String>(); in createNewStore() local81 commandList.add(keytoolCommand); in createNewStore()82 commandList.add("-genkey"); in createNewStore()83 commandList.add("-alias"); in createNewStore()84 commandList.add(alias); in createNewStore()85 commandList.add("-keyalg"); in createNewStore()86 commandList.add("RSA"); in createNewStore()87 commandList.add("-dname"); in createNewStore()88 commandList.add(description); in createNewStore()89 commandList.add("-validity"); in createNewStore()[all …]