Home
last modified time | relevance | path

Searched refs:keyStoreFile (Results 1 – 2 of 2) sorted by relevance

/external/nist-sip/java/gov/nist/core/net/
DSslNetworkLayer.java66 String keyStoreFile, in SslNetworkLayer() argument
79 keyStore.load(new FileInputStream(keyStoreFile), keyStorePassword); in SslNetworkLayer()
/external/nist-sip/java/gov/nist/javax/sip/
DSipStackImpl.java683 String keyStoreFile = configurationProperties in SipStackImpl() local
687 if (keyStoreFile != null) { in SipStackImpl()
689 trustStoreFile = keyStoreFile; in SipStackImpl()
695 keyStoreFile, keyStorePassword.toCharArray(), in SipStackImpl()