OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CustomPasswordDigest
(Results
1 - 2
of
2
) sorted by null
/packages/apps/IM/src/com/android/im/imps/
CustomPasswordDigest.java
24
public class
CustomPasswordDigest
implements PasswordDigest {
27
public
CustomPasswordDigest
(String pluginPath, String implClass) throws ImException {
ImpsConnectionConfig.java
396
mPasswordDigest = new
CustomPasswordDigest
(mPluginPath, mCustomPasswordDigest);
Completed in 172 milliseconds