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

/external/nist-sip/java/gov/nist/javax/sip/header/
H A DCredentials.java51 private static String CNONCE = ParameterNames.CNONCE; field in class:Credentials
116 else if (nameValue.getName().compareToIgnoreCase(CNONCE) == 0)
H A DAuthenticationInfo.java97 return this.getParameter(ParameterNames.CNONCE);
148 this.setParameter(ParameterNames.CNONCE, cNonce);
216 || name.equalsIgnoreCase(ParameterNames.CNONCE)
H A DAuthenticationHeader.java76 public static final String CNONCE = ParameterNames.CNONCE; field in class:AuthenticationHeader
111 || name.equalsIgnoreCase(ParameterNames.CNONCE)
424 this.setParameter(ParameterNames.CNONCE, cnonce);
433 return getParameter(ParameterNames.CNONCE);
H A DParameterNames.java50 public static final String CNONCE = "cnonce"; field in interface:ParameterNames

Completed in 2623 milliseconds