OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:keystorePath
(Results
1 - 2
of
2
) sorted by null
/external/smack/src/org/jivesoftware/smack/
ConnectionConfiguration.java
60
private String
keystorePath
;
213
keystorePath
= System.getProperty("javax.net.ssl.keyStore");
353
return
keystorePath
;
361
* @param
keystorePath
the path to the keystore file.
363
public void setKeystorePath(String
keystorePath
) {
364
this.
keystorePath
=
keystorePath
;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
BuildPreferencePage.java
160
private Fingerprints getFingerprints(String
keystorePath
) {
163
DebugKeyProvider keyProvider = new DebugKeyProvider(
keystorePath
,
Completed in 316 milliseconds