OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:QOP
(Results
1 - 3
of
3
) sorted by null
/external/nist-sip/java/gov/nist/javax/sip/header/
Challenge.java
52
private static String
QOP
= ParameterNames.
QOP
;
129
* get
QOP
value
133
return (String) authParams.getValue(
QOP
);
AuthenticationHeader.java
34
* 2005/06/12: geir.hedemark@telio.no: Changed behaviour of
qop
parameter in
36
* RFC3261, BNF element "message-
qop
" (as opposed to "
qop
-options",
60
public static final String
QOP
= ParameterNames.
QOP
;
109
if (name.equalsIgnoreCase(ParameterNames.
QOP
)
123
&& name.equalsIgnoreCase(ParameterNames.
QOP
)) {
124
// NOP,
QOP
not quoted in authorization headers
311
* Sets the
Qop
value of the WWWAuthenicateHeader to the new <var>
qop
</var
[
all
...]
ParameterNames.java
83
public static final String
QOP
= "
qop
";
Completed in 35 milliseconds