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

/glassfish-3.1.2/security/ssl-impl/src/main/java/com/sun/enterprise/security/ssl/impl/
H A DSecuritySupportImpl.java190 * @param trustStoreFile
196 String trustStoreFile, String trustStorePass) {*/
203 String trustStoreFile,
210 KeyStore trustStore = loadKS(trustStoreType, provider, trustStoreFile,
197 loadStores( String tokenName, Provider provider, String keyStoreFile, char[] keyStorePass, String keyStoreType, String trustStoreFile, char[] trustStorePass, String trustStoreType) argument
/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/
H A DTestMain.java230 final File trustStoreFile,
236 new TestClientTrustStoreTrustManager(trustStoreFile, trustStorePassword);
229 createTLSParams( final File trustStoreFile, final String password) argument

Completed in 29 milliseconds