Searched refs:DigestMd5Utils (Results 1 – 2 of 2) sorted by relevance
27 import com.android.voicemail.impl.mail.store.imap.DigestMd5Utils;245 Map<String, String> challenge = DigestMd5Utils.parseDigestMessage(decodedChallenge); in doDigestMd5Auth()246 DigestMd5Utils.Data data = new DigestMd5Utils.Data(imapStore, transport, challenge); in doDigestMd5Auth()
37 public class DigestMd5Utils { class101 .equals(DigestMd5Utils.getResponse(this, true))) { in verifyResponseAuth()