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

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

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

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

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

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

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public static final sw1 f16608f = new sw1("SHA512");

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

    public sw1(String str) {
        this.f16609a = str;
    }

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