Searched refs:CNONCE (Results 1 – 4 of 4) sorted by relevance
97 return this.getParameter(ParameterNames.CNONCE); in getCNonce()148 this.setParameter(ParameterNames.CNONCE, cNonce); in setCNonce()216 || name.equalsIgnoreCase(ParameterNames.CNONCE) in setParameter()
76 public static final String CNONCE = ParameterNames.CNONCE; field in AuthenticationHeader111 || name.equalsIgnoreCase(ParameterNames.CNONCE) in setParameter()424 this.setParameter(ParameterNames.CNONCE, cnonce); in setCNonce()433 return getParameter(ParameterNames.CNONCE); in getCNonce()
51 private static String CNONCE = ParameterNames.CNONCE; field in Credentials
50 public static final String CNONCE = "cnonce"; field