Home
last modified time | relevance | path

Searched refs:createCnonce (Results 1 – 1 of 1) sorted by relevance

/external/apache-http/src/org/apache/http/impl/auth/
DDigestScheme.java200 this.cnonce = createCnonce(); in getCnonce()
474 public static String createCnonce() { in createCnonce() method in DigestScheme