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

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DSSLConnectionFactory.java332 * @param trustStorePass The PIN needed to access the trust store contents.
346 String trustStorePass)
359 if(trustStorePass == null)
361 trustStorePass = getTrustStorePIN();
374 if(trustStorePass != null)
376 trustStorePIN = trustStorePass.toCharArray();
343 getTrustManagers(String trustStoreType, Provider provider, String trustStoreFile, String trustStorePass) argument
/forgerock/opendj2/src/server/org/opends/server/tools/
H A DSSLConnectionFactory.java331 * @param trustStorePass The PIN needed to access the trust store contents.
345 String trustStorePass)
358 if(trustStorePass == null)
360 trustStorePass = getTrustStorePIN();
373 if(trustStorePass != null)
375 trustStorePIN = trustStorePass.toCharArray();
342 getTrustManagers(String trustStoreType, Provider provider, String trustStoreFile, String trustStorePass) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/
H A DSSLConnectionFactory.java332 * @param trustStorePass The PIN needed to access the trust store contents.
346 String trustStorePass)
359 if(trustStorePass == null)
361 trustStorePass = getTrustStorePIN();
374 if(trustStorePass != null)
376 trustStorePIN = trustStorePass.toCharArray();
343 getTrustManagers(String trustStoreType, Provider provider, String trustStoreFile, String trustStorePass) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/
H A DSSLConnectionFactory.java332 * @param trustStorePass The PIN needed to access the trust store contents.
346 String trustStorePass)
359 if(trustStorePass == null)
361 trustStorePass = getTrustStorePIN();
374 if(trustStorePass != null)
376 trustStorePIN = trustStorePass.toCharArray();
343 getTrustManagers(String trustStoreType, Provider provider, String trustStoreFile, String trustStorePass) argument
/forgerock/opendj2-hg/src/server/org/opends/server/tools/
H A DSSLConnectionFactory.java331 * @param trustStorePass The PIN needed to access the trust store contents.
345 String trustStorePass)
358 if(trustStorePass == null)
360 trustStorePass = getTrustStorePIN();
373 if(trustStorePass != null)
375 trustStorePIN = trustStorePass.toCharArray();
342 getTrustManagers(String trustStoreType, Provider provider, String trustStoreFile, String trustStorePass) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DSSLConnectionFactory.java319 * @param trustStorePass The PIN needed to access the trust store contents.
333 String trustStorePass)
346 if(trustStorePass == null)
348 trustStorePass = getTrustStorePIN();
361 if(trustStorePass != null)
363 trustStorePIN = trustStorePass.toCharArray();
330 getTrustManagers(String trustStoreType, Provider provider, String trustStoreFile, String trustStorePass) argument

Completed in 31 milliseconds