HomeSort by relevance Sort by last modified time
    Searched defs:CNONCE (Results 1 - 3 of 3) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/header/
Credentials.java 51 private static String CNONCE = ParameterNames.CNONCE;
116 else if (nameValue.getName().compareToIgnoreCase(CNONCE) == 0)
AuthenticationHeader.java 76 public static final String CNONCE = ParameterNames.CNONCE;
111 || name.equalsIgnoreCase(ParameterNames.CNONCE)
418 * Set the CNonce.
420 * @param cnonce --
423 public void setCNonce(String cnonce) throws ParseException {
424 this.setParameter(ParameterNames.CNONCE, cnonce);
428 * Get the CNonce.
430 * @return the cnonce value
    [all...]
ParameterNames.java 50 public static final String CNONCE = "cnonce";

Completed in 1387 milliseconds