- 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
50 lines
1.3 KiB
Java
50 lines
1.3 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import java.util.Objects;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzggf extends zzgeu {
|
|
private final int zza;
|
|
private final int zzb = 12;
|
|
private final int zzc = 16;
|
|
private final zzggd zzd;
|
|
|
|
public /* synthetic */ zzggf(int i, int i2, int i3, zzggd zzggdVar, zzgge zzggeVar) {
|
|
this.zza = i;
|
|
this.zzd = zzggdVar;
|
|
}
|
|
|
|
public static zzggc zzc() {
|
|
return new zzggc(null);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (!(obj instanceof zzggf)) {
|
|
return false;
|
|
}
|
|
zzggf zzggfVar = (zzggf) obj;
|
|
return zzggfVar.zza == this.zza && zzggfVar.zzd == this.zzd;
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return Objects.hash(zzggf.class, Integer.valueOf(this.zza), 12, 16, this.zzd);
|
|
}
|
|
|
|
public final String toString() {
|
|
return "AesGcm Parameters (variant: " + String.valueOf(this.zzd) + ", 12-byte IV, 16-byte tag, and " + this.zza + "-byte key)";
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzgek
|
|
public final boolean zza() {
|
|
return this.zzd != zzggd.zzc;
|
|
}
|
|
|
|
public final int zzb() {
|
|
return this.zza;
|
|
}
|
|
|
|
public final zzggd zzd() {
|
|
return this.zzd;
|
|
}
|
|
}
|