Searched refs:DigestAuthUtils (Results 1 – 3 of 3) sorted by relevance
21 import com.android.phone.callcomposer.DigestAuthUtils;38 String response = DigestAuthUtils.computeResponse(sNonce, cNonce, qop, username, in testResponseGeneration()
125 .thenApplyAsync(DigestAuthUtils::parseAuthenticateHeader); in uploadPicture()134 DigestAuthUtils.generateAuthorizationHeader( in uploadPicture()185 .thenApply(DigestAuthUtils::parseAuthenticateHeader); in downloadPicture()193 DigestAuthUtils.generateAuthorizationHeader( in downloadPicture()297 return connection.getHeaderField(DigestAuthUtils.WWW_AUTHENTICATE); in obtainAuthenticateHeader()
34 public class DigestAuthUtils { class35 private static final String TAG = DigestAuthUtils.class.getSimpleName();