OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ALG
(Results
1 - 2
of
2
) sorted by null
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
ParameterNamesIms.java
69
public static final String
ALG
= "
alg
";
SecurityAgree.java
155
* Set Algorithm (
alg
parameter)
156
* @param
alg
- algorithm value
159
public void setAlgorithm(String
alg
) throws ParseException {
160
if (
alg
== null)
164
setParameter(ParameterNamesIms.
ALG
,
alg
);
282
* @return
alg
parameter value
285
return getParameter(ParameterNamesIms.
ALG
);
Completed in 37 milliseconds