Searched refs:trustStoreFile (Results 1 – 2 of 2) sorted by relevance
65 String trustStoreFile, in SslNetworkLayer() argument80 trustStore.load(new FileInputStream(trustStoreFile), keyStorePassword); in SslNetworkLayer()
685 String trustStoreFile = configurationProperties in SipStackImpl() local688 if (trustStoreFile == null) { in SipStackImpl()689 trustStoreFile = keyStoreFile; in SipStackImpl()694 this.networkLayer = new SslNetworkLayer(trustStoreFile, in SipStackImpl()