Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/net/www/protocol/http/
DDigestAuthentication.java420 String nextnonce = p.findValue ("nextnonce"); in checkResponse() local
421 if (nextnonce != null && ! "".equals(nextnonce)) { in checkResponse()
422 params.setNonce (nextnonce); in checkResponse()