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