Searched refs:cnoncelen (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DDigestAuthentication.java76 private static final int cnoncelen = 40; /* number of characters in cnonce */ field in class:DigestAuthentication.Parameters
114 byte bb[] = new byte [cnoncelen/2];
115 char cc[] = new char [cnoncelen];
117 for (int i=0; i<(cnoncelen/2); i++) {
122 cnonce = new String (cc, 0, cnoncelen);

Completed in 40 milliseconds