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.C0485n;
import com.google.crypto.tink.shaded.protobuf.C0491u;

/* JADX INFO: renamed from: F2.b, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0056b extends AbstractC0492v {
    private static final C0056b DEFAULT_INSTANCE;
    public static final int KEY_VALUE_FIELD_NUMBER = 2;
    public static final int PARAMS_FIELD_NUMBER = 3;
    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 C0060f params_;
    private int version_;

    static {
        C0056b c0056b = new C0056b();
        DEFAULT_INSTANCE = c0056b;
        AbstractC0492v.t(C0056b.class, c0056b);
    }

    public static C0055a C() {
        return (C0055a) DEFAULT_INSTANCE.h();
    }

    public static C0056b D(AbstractC0479h abstractC0479h, C0485n c0485n) {
        return (C0056b) AbstractC0492v.r(DEFAULT_INSTANCE, abstractC0479h, c0485n);
    }

    public static void w(C0056b c0056b) {
        c0056b.version_ = 0;
    }

    public static void x(C0056b c0056b, C0478g c0478g) {
        c0056b.getClass();
        c0056b.keyValue_ = c0478g;
    }

    public static void y(C0056b c0056b, C0060f c0060f) {
        c0056b.getClass();
        c0060f.getClass();
        c0056b.params_ = c0060f;
    }

    public final C0060f A() {
        C0060f c0060f = this.params_;
        return c0060f == null ? C0060f.x() : c0060f;
    }

    public final int B() {
        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\n\u0003\t", new Object[]{"version_", "keyValue_", "params_"});
            case 3:
                return new C0056b();
            case 4:
                return new C0055a(DEFAULT_INSTANCE);
            case 5:
                return DEFAULT_INSTANCE;
            case 6:
                com.google.crypto.tink.shaded.protobuf.W w5 = PARSER;
                if (w5 != null) {
                    return w5;
                }
                synchronized (C0056b.class) {
                    try {
                        c0491u = PARSER;
                        if (c0491u == null) {
                            c0491u = new C0491u();
                            PARSER = c0491u;
                        }
                    } catch (Throwable th) {
                        throw th;
                    }
                    break;
                }
                return c0491u;
            default:
                throw new UnsupportedOperationException();
        }
    }

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