package com.google.android.gms.internal.ads;

import androidx.annotation.Nullable;
import java.util.Arrays;

/* JADX INFO: loaded from: classes2.dex */
public final class g5 extends o5 {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final byte[] f11484b;

    public g5(String str, byte[] bArr) {
        super(str);
        this.f11484b = bArr;
    }

    public final boolean equals(@Nullable Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj != null && g5.class == obj.getClass()) {
            g5 g5Var = (g5) obj;
            if (this.f14850a.equals(g5Var.f14850a) && Arrays.equals(this.f11484b, g5Var.f11484b)) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        return Arrays.hashCode(this.f11484b) + ((this.f14850a.hashCode() + 527) * 31);
    }
}
