HomeSort by relevance Sort by last modified time
    Searched refs:NONCE (Results 1 - 4 of 4) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/header/
Credentials.java 50 private static String NONCE = ParameterNames.NONCE;
112 else if (nameValue.getName().compareToIgnoreCase(NONCE) == 0)
AuthenticationHeader.java 78 public static final String NONCE = ParameterNames.NONCE;
112 || name.equalsIgnoreCase(ParameterNames.NONCE)
217 * Sets the Nonce of the WWWAuthenicateHeader to the <var>nonce</var>
220 * @param nonce -
221 * the new nonce String of this WWWAuthenicateHeader.
224 * while parsing the nonce value.
227 public void setNonce(String nonce) throws ParseException {
228 if (nonce == null
    [all...]
ParameterNames.java 68 public static final String NONCE = "nonce";
AuthenticationInfo.java 110 /** Returns the Nonce Count value of this AuthenticationInfoHeader.
163 /** Sets the Nonce Count of the AuthenticationInfoHeader to the <var>nonceCount</var>
217 || name.equalsIgnoreCase(ParameterNames.NONCE)

Completed in 420 milliseconds