OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NEXT_NONCE
(Results
1 - 3
of
3
) sorted by null
/external/nist-sip/java/gov/nist/javax/sip/header/
AuthenticationInfo.java
107
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
)
ParameterNames.java
40
public static final String
NEXT_NONCE
= "nextnonce";
AuthenticationHeader.java
116
|| name.equalsIgnoreCase(ParameterNames.
NEXT_NONCE
)
Completed in 50 milliseconds