Home
last modified time | relevance | path

Searched refs:calculateResponse (Results 1 – 2 of 2) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
DMessageDigestAlgorithm.java38 static String calculateResponse(String algorithm, String hashUserNameRealmPasswd, in calculateResponse() method in MessageDigestAlgorithm
114 static String calculateResponse(String algorithm, String username_value, String realm_value, in calculateResponse() method in MessageDigestAlgorithm
DAuthenticationHelperImpl.java306 response = MessageDigestAlgorithm.calculateResponse(authHeader.getAlgorithm(), in getAuthorization()
373 response = MessageDigestAlgorithm.calculateResponse(authHeader.getAlgorithm(), in getAuthorization()