Searched refs:trustStore (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/test/sun/security/pkcs11/fips/
H A DTrustManagerTest.java75 KeyStore trustStore = KeyStore.getInstance("JKS");
76 trustStore.load(null, null);
77 trustStore.setCertificateEntry("anchor", anchor);
80 tmf.init(trustStore);
/openjdk7/jdk/test/sun/management/jmxremote/bootstrap/
H A DRmiRegistrySslTest.sh61 -Djavax.net.ssl.trustStore=${TESTSRC}/ssl/truststore \
H A DRmiBootstrapTest.java124 "javax.net.ssl.trustStore";
452 final String trustStore =
455 System.setProperty(PropertyNames.TRUSTSTORE,trustStore);
457 PropertyNames.TRUSTSTORE+"="+trustStore);
/openjdk7/jdk/src/share/classes/sun/management/jmxremote/
H A DConnectorBootstrap.java654 String trustStore =
655 p.getProperty("javax.net.ssl.trustStore");
684 if (trustStore != null) {
686 FileInputStream tsfis = new FileInputStream(trustStore);
/openjdk7/jdk/test/sun/security/ssl/sanity/interop/
H A DCipherTest.java57 static KeyStore trustStore, keyStore; field in class:CipherTest
410 trustStore = readKeyStore(trustStoreFile);
/openjdk7/jdk/test/sun/security/pkcs11/sslecc/
H A DCipherTest.java56 static KeyStore trustStore, keyStore; field in class:CipherTest
411 trustStore = readKeyStore(trustStoreFile);

Completed in 1206 milliseconds