Searched refs:ALGORITHM_TOKEN (Results 1 – 1 of 1) sorted by relevance
37 private final static String ALGORITHM_TOKEN = "algorithm"; field in HttpAuthHeader387 if (token.equalsIgnoreCase(ALGORITHM_TOKEN)) { in parseParameter()