- 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
48 lines
1.1 KiB
Java
48 lines
1.1 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import java.util.Objects;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzggq extends zzgeu {
|
|
private final int zza;
|
|
private final zzggo zzb;
|
|
|
|
public /* synthetic */ zzggq(int i, zzggo zzggoVar, zzggp zzggpVar) {
|
|
this.zza = i;
|
|
this.zzb = zzggoVar;
|
|
}
|
|
|
|
public static zzggn zzc() {
|
|
return new zzggn(null);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (!(obj instanceof zzggq)) {
|
|
return false;
|
|
}
|
|
zzggq zzggqVar = (zzggq) obj;
|
|
return zzggqVar.zza == this.zza && zzggqVar.zzb == this.zzb;
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return Objects.hash(zzggq.class, Integer.valueOf(this.zza), this.zzb);
|
|
}
|
|
|
|
public final String toString() {
|
|
return "AesGcmSiv Parameters (variant: " + String.valueOf(this.zzb) + ", " + this.zza + "-byte key)";
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzgek
|
|
public final boolean zza() {
|
|
return this.zzb != zzggo.zzc;
|
|
}
|
|
|
|
public final int zzb() {
|
|
return this.zza;
|
|
}
|
|
|
|
public final zzggo zzd() {
|
|
return this.zzb;
|
|
}
|
|
}
|