Searched refs:NEXT_NONCE (Results 1 - 3 of 3) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/header/
H A DAuthenticationInfo.java107 return this.getParameter(ParameterNames.NEXT_NONCE);
160 this.setParameter(ParameterNames.NEXT_NONCE, nextNonce);
214 || name.equalsIgnoreCase(ParameterNames.NEXT_NONCE)
221 || name.equalsIgnoreCase(ParameterNames.NEXT_NONCE)
H A DParameterNames.java40 public static final String NEXT_NONCE = "nextnonce"; field in interface:ParameterNames
H A DAuthenticationHeader.java116 || name.equalsIgnoreCase(ParameterNames.NEXT_NONCE)

Completed in 181 milliseconds