HomeSort by relevance Sort by last modified time
    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 837 milliseconds