Searched defs:readKeyStore (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/sun/security/ssl/sanity/interop/
H A DCipherTest.java386 private static KeyStore readKeyStore(String name) throws Exception { method in class:CipherTest
410 trustStore = readKeyStore(trustStoreFile);
411 keyStore = readKeyStore(keyStoreFile);
/openjdk7/jdk/test/sun/security/pkcs11/fips/
H A DCipherTest.java386 private static KeyStore readKeyStore(String name) throws Exception { method in class:CipherTest
412 // trustStore = readKeyStore(trustStoreFile);
414 // keyStore = readKeyStore(keyStoreFile);
/openjdk7/jdk/test/sun/security/pkcs11/sslecc/
H A DCipherTest.java387 private static KeyStore readKeyStore(String name) throws Exception { method in class:CipherTest
411 trustStore = readKeyStore(trustStoreFile);
412 keyStore = readKeyStore(keyStoreFile);

Completed in 53 milliseconds