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

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/security/keystore/
H A DAMX509TrustManager.java56 static String trustStore = null; field in class:AMX509TrustManager
77 trustStore = System.getProperty("javax.net.ssl.trustStore",
84 FileInputStream fis = new FileInputStream(trustStore);
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/security/keystore/
H A DAMX509TrustManager.java56 static String trustStore = null; field in class:AMX509TrustManager
77 trustStore = System.getProperty("javax.net.ssl.trustStore",
84 FileInputStream fis = new FileInputStream(trustStore);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DClient.java311 KeyStore trustStore = jkskp.getKeyStore();
313 kf.init(trustStore,jkskp.getPrivateKeyPass().toCharArray() );
318 defineTrustManager(trustStore, algorithm);
325 * @param trustStore the keystore used to store certificates
330 private static void defineTrustManager(KeyStore trustStore, argument
337 tf.init(trustStore);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DClient.java311 KeyStore trustStore = jkskp.getKeyStore();
313 kf.init(trustStore,jkskp.getPrivateKeyPass().toCharArray() );
318 defineTrustManager(trustStore, algorithm);
325 * @param trustStore the keystore used to store certificates
330 private static void defineTrustManager(KeyStore trustStore, argument
337 tf.init(trustStore);

Completed in 22 milliseconds