Searched refs:nextNonce (Results 1 - 2 of 2) sorted by relevance

/external/nist-sip/java/javax/sip/header/
H A DAuthenticationInfoHeader.java12 void setNextNonce(String nextNonce) throws ParseException; argument
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DAuthenticationInfo.java100 /** Returns the nextNonce value of this AuthenticationInfoHeader.
102 * @return the String representing the nextNonce
151 /** Sets the NextNonce of the AuthenticationInfoHeader to the <var>nextNonce</var>
154 * @param nextNonce - the new nextNonce String of this AuthenticationInfoHeader.
156 * unexpectedly while parsing the nextNonce value.
159 public void setNextNonce(String nextNonce) throws ParseException { argument
160 this.setParameter(ParameterNames.NEXT_NONCE, nextNonce);

Completed in 102 milliseconds