- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
20 lines
492 B
Java
20 lines
492 B
Java
package org.apache.http.auth.params;
|
|
|
|
import org.apache.http.params.HttpParams;
|
|
|
|
@Deprecated
|
|
/* loaded from: classes5.dex */
|
|
public final class AuthParams {
|
|
public AuthParams() {
|
|
throw new RuntimeException("Stub!");
|
|
}
|
|
|
|
public static String getCredentialCharset(HttpParams httpParams) {
|
|
throw new RuntimeException("Stub!");
|
|
}
|
|
|
|
public static void setCredentialCharset(HttpParams httpParams, String str) {
|
|
throw new RuntimeException("Stub!");
|
|
}
|
|
}
|