Interface ChallengeResponse
-
public interface ChallengeResponse
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringcalculateResponse(java.lang.String challenge, java.lang.String password)static ChallengeResponsegetAlgorithm(java.lang.String challenge)
-
-
-
Method Detail
-
calculateResponse
java.lang.String calculateResponse(java.lang.String challenge, java.lang.String password)
-
getAlgorithm
static ChallengeResponse getAlgorithm(java.lang.String challenge)
-
-