Home
last modified time | relevance | path

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

/external/nist-sip/java/gov/nist/javax/sip/header/
DAuthenticationInfo.java97 return this.getParameter(ParameterNames.CNONCE); in getCNonce()
148 this.setParameter(ParameterNames.CNONCE, cNonce); in setCNonce()
216 || name.equalsIgnoreCase(ParameterNames.CNONCE) in setParameter()
DAuthenticationHeader.java76 public static final String CNONCE = ParameterNames.CNONCE; field in AuthenticationHeader
111 || name.equalsIgnoreCase(ParameterNames.CNONCE) in setParameter()
424 this.setParameter(ParameterNames.CNONCE, cnonce); in setCNonce()
433 return getParameter(ParameterNames.CNONCE); in getCNonce()
DCredentials.java51 private static String CNONCE = ParameterNames.CNONCE; field in Credentials
DParameterNames.java50 public static final String CNONCE = "cnonce"; field