Searched refs:CNONCE_LENGTH_BYTES (Results 1 – 1 of 1) sorted by relevance
39 private static final int CNONCE_LENGTH_BYTES = 16; field in DigestAuthUtils117 byte[] clientNonceBytes = new byte[CNONCE_LENGTH_BYTES]; in makeClientNonce()