- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
14 lines
340 B
Java
14 lines
340 B
Java
package org.apache.http.client.params;
|
|
|
|
@Deprecated
|
|
/* loaded from: classes5.dex */
|
|
public final class AuthPolicy {
|
|
public static final String BASIC = "Basic";
|
|
public static final String DIGEST = "Digest";
|
|
public static final String NTLM = "NTLM";
|
|
|
|
public AuthPolicy() {
|
|
throw new RuntimeException("Stub!");
|
|
}
|
|
}
|