Searched refs:algorithm (Results 1 – 4 of 4) sorted by relevance
59 MessageDigest algorithm = MessageDigest.getInstance("MD5"); in toMd5() local60 algorithm.reset(); in toMd5()61 algorithm.update(bytes); in toMd5()62 return toHexString(algorithm.digest(), ""); in toMd5()
178 String algorithm, in SSLSocketFactory() argument187 if (algorithm == null) { in SSLSocketFactory()188 algorithm = TLS; in SSLSocketFactory()198 sslcontext = SSLContext.getInstance(algorithm); in SSLSocketFactory()
279 int nameType, String name, int algorithm) { in matchName() argument290 if (algorithm == MATCHING_ALGORITHM_EXACT) { in matchName()302 NameDistance nameDistance = algorithm == MATCHING_ALGORITHM_CONSERVATIVE ? in matchName()
1668 MatchCandidateList candidates, ContactMatcher matcher, int algorithm, String limit) { in matchAllCandidates() argument1684 nameType, name, algorithm); in matchAllCandidates()