HomeSort by relevance Sort by last modified time
    Searched defs:getCnonce (Results 1 - 2 of 2) sorted by null

  /external/apache-http/src/org/apache/http/impl/auth/
DigestScheme.java 198 private String getCnonce() {
312 String cnonce = getCnonce();
349 String cnonce = getCnonce();
412 params.add(new BasicNameValuePair("cnonce", getCnonce()));
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 

Completed in 50 milliseconds