Home
last modified time | relevance | path

Searched refs:setQop (Results 1 – 5 of 5) sorted by relevance

/external/nist-sip/java/javax/sip/header/
DAuthenticationInfoHeader.java18 void setQop(String qop) throws ParseException; in setQop() method
DAuthorizationHeader.java25 void setQop(String qop) throws ParseException; in setQop() method
/external/nist-sip/java/gov/nist/javax/sip/header/
DAuthenticationInfo.java189 public void setQop(String qop) throws ParseException { in setQop() method in AuthenticationInfo
DAuthenticationHeader.java321 public void setQop(String qop) throws ParseException { in setQop() method in AuthenticationHeader
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
DAuthenticationHelperImpl.java336 authorization.setQop(qop); in getAuthorization()
402 authorization.setQop(qop); in getAuthorization()