package F2;

import com.google.crypto.tink.shaded.protobuf.AbstractC0479h;
import com.google.crypto.tink.shaded.protobuf.AbstractC0492v;
import com.google.crypto.tink.shaded.protobuf.C0478g;
import com.google.crypto.tink.shaded.protobuf.C0491u;

/* JADX INFO: renamed from: F2.l, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0066l extends AbstractC0492v {
    private static final C0066l DEFAULT_INSTANCE;
    public static final int KEY_VALUE_FIELD_NUMBER = 3;
    public static final int PARAMS_FIELD_NUMBER = 2;
    private static volatile com.google.crypto.tink.shaded.protobuf.W PARSER = null;
    public static final int VERSION_FIELD_NUMBER = 1;
    private AbstractC0479h keyValue_ = AbstractC0479h.f5758l;
    private C0070p params_;
    private int version_;

    static {
        C0066l c0066l = new C0066l();
        DEFAULT_INSTANCE = c0066l;
        AbstractC0492v.t(C0066l.class, c0066l);
    }

    public static C0065k D() {
        return (C0065k) DEFAULT_INSTANCE.h();
    }

    public static void w(C0066l c0066l) {
        c0066l.version_ = 0;
    }

    public static void x(C0066l c0066l, C0070p c0070p) {
        c0066l.getClass();
        c0070p.getClass();
        c0066l.params_ = c0070p;
    }

    public static void y(C0066l c0066l, C0478g c0478g) {
        c0066l.getClass();
        c0066l.keyValue_ = c0478g;
    }

    public static C0066l z() {
        return DEFAULT_INSTANCE;
    }

    public final AbstractC0479h A() {
        return this.keyValue_;
    }

    public final C0070p B() {
        C0070p c0070p = this.params_;
        return c0070p == null ? C0070p.x() : c0070p;
    }

    public final int C() {
        return this.version_;
    }

    @Override // com.google.crypto.tink.shaded.protobuf.AbstractC0492v
    public final Object i(int i) {
        com.google.crypto.tink.shaded.protobuf.W c0491u;
        switch (u.e.c(i)) {
            case 0:
                return (byte) 1;
            case 1:
                return null;
            case 2:
                return new com.google.crypto.tink.shaded.protobuf.a0(DEFAULT_INSTANCE, "\u0000\u0003\u0000\u0000\u0001\u0003\u0003\u0000\u0000\u0000\u0001\u000b\u0002\t\u0003\n", new Object[]{"version_", "params_", "keyValue_"});
            case 3:
                return new C0066l();
            case 4:
                return new C0065k(DEFAULT_INSTANCE);
            case 5:
                return DEFAULT_INSTANCE;
            case 6:
                com.google.crypto.tink.shaded.protobuf.W w5 = PARSER;
                if (w5 != null) {
                    return w5;
                }
                synchronized (C0066l.class) {
                    try {
                        c0491u = PARSER;
                        if (c0491u == null) {
                            c0491u = new C0491u();
                            PARSER = c0491u;
                        }
                    } catch (Throwable th) {
                        throw th;
                    }
                    break;
                }
                return c0491u;
            default:
                throw new UnsupportedOperationException();
        }
    }
}
