package ea;

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

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

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

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

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

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

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    public static final l0 f25695g = new l0("ASSUME_AES_GCM_SIV");

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

    public l0(String str) {
        this.f25696a = str;
    }

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