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

import java.security.spec.ECParameterSpec;

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

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public static final o62 f14878c = new o62("NIST_P256", sz1.f16638a);

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public static final o62 f14879d = new o62("NIST_P384", sz1.f16639b);

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public static final o62 f14880e = new o62("NIST_P521", sz1.f16640c);

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final ECParameterSpec f14882b;

    public o62(String str, ECParameterSpec eCParameterSpec) {
        this.f14881a = str;
        this.f14882b = eCParameterSpec;
    }

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