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

/* JADX INFO: loaded from: classes2.dex */
public final class x9 {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public static final x9 f21337b = new x9("TINK");

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public static final x9 f21338c = new x9("CRUNCHY");

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public static final x9 f21339d = new x9("LEGACY");

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public static final x9 f21340e = new x9("NO_PREFIX");

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final String f21341a;

    public x9(String str) {
        this.f21341a = str;
    }

    public final String toString() {
        return this.f21341a;
    }
}
