OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ALGORITHM
(Results
1 - 3
of
3
) sorted by null
/external/nist-sip/java/gov/nist/javax/sip/header/
Challenge.java
51
private static String
ALGORITHM
= ParameterNames.
ALGORITHM
;
137
* get the
Algorithm
value.
141
return (String) authParams.getValue(
ALGORITHM
);
AuthenticationHeader.java
58
public static final String
ALGORITHM
= ParameterNames.
ALGORITHM
;
283
* Sets the
Algorithm
of the WWWAuthenicateHeader to the new <var>
algorithm
</var>
286
* @param
algorithm
-
287
* the new
algorithm
String of this WWWAuthenicateHeader.
290
* while parsing the
algorithm
value.
293
public void setAlgorithm(String
algorithm
) throws ParseException {
294
if (
algorithm
== null)
296
setParameter(ParameterNames.
ALGORITHM
, algorithm)
[
all
...]
ParameterNames.java
60
public static final String
ALGORITHM
= "
algorithm
";
Completed in 37 milliseconds