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

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

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

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

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

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

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

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

    public d22(String str) {
        this.f10166a = str;
    }

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