package androidx.security.crypto;

import com.bumptech.glide.f;
import xyz.stream.utils.e0;

/* JADX WARN: Failed to restore enum class, 'enum' modifier and super class removed */
/* JADX WARN: Unknown enum class pattern. Please report as an issue! */
/* JADX INFO: loaded from: classes.dex */
@Deprecated
public final class EncryptedSharedPreferences$PrefKeyEncryptionScheme {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public static final EncryptedSharedPreferences$PrefKeyEncryptionScheme f4223a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public static final /* synthetic */ EncryptedSharedPreferences$PrefKeyEncryptionScheme[] f4224b;
    private final String mDeterministicAeadKeyTemplateName = "AES256_SIV";

    static {
        EncryptedSharedPreferences$PrefKeyEncryptionScheme encryptedSharedPreferences$PrefKeyEncryptionScheme = new EncryptedSharedPreferences$PrefKeyEncryptionScheme();
        f4223a = encryptedSharedPreferences$PrefKeyEncryptionScheme;
        f4224b = new EncryptedSharedPreferences$PrefKeyEncryptionScheme[]{encryptedSharedPreferences$PrefKeyEncryptionScheme};
    }

    public static EncryptedSharedPreferences$PrefKeyEncryptionScheme valueOf(String str) {
        return (EncryptedSharedPreferences$PrefKeyEncryptionScheme) Enum.valueOf(EncryptedSharedPreferences$PrefKeyEncryptionScheme.class, str);
    }

    public static EncryptedSharedPreferences$PrefKeyEncryptionScheme[] values() {
        return (EncryptedSharedPreferences$PrefKeyEncryptionScheme[]) f4224b.clone();
    }

    public final e0 a() {
        return f.g(this.mDeterministicAeadKeyTemplateName);
    }
}
