Searched refs:keyStoreFile (Results 1 – 3 of 3) sorted by relevance
66 String keyStoreFile, in SslNetworkLayer() argument79 keyStore.load(new FileInputStream(keyStoreFile), keyStorePassword); in SslNetworkLayer()
683 String keyStoreFile = configurationProperties in SipStackImpl() local687 if (keyStoreFile != null) { in SipStackImpl()689 trustStoreFile = keyStoreFile; in SipStackImpl()695 keyStoreFile, keyStorePassword.toCharArray(), in SipStackImpl()
845 File keyStoreFile = new File(keyStore); in getContext() local847 FileInputStream fis = new FileInputStream(keyStoreFile); in getContext()