Home | History | Annotate | Download | only in header

Lines Matching refs:scheme

84     protected String scheme;
89 this.scheme = ParameterNames.DIGEST;
147 this.scheme = challenge.scheme;
158 return this.scheme + SP + parameters.encode();
162 * Sets the scheme of the challenge information for this
165 * @param scheme -
167 * scheme.
169 public void setScheme(String scheme) {
170 this.scheme = scheme;
174 * Returns the scheme of the challenge information for this
180 return scheme;