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

/* JADX INFO: renamed from: F2.t, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0073t extends AbstractC0492v {
    private static final C0073t DEFAULT_INSTANCE;
    public static final int KEY_SIZE_FIELD_NUMBER = 2;
    public static final int PARAMS_FIELD_NUMBER = 1;
    private static volatile com.google.crypto.tink.shaded.protobuf.W PARSER;
    private int keySize_;
    private C0075v params_;

    static {
        C0073t c0073t = new C0073t();
        DEFAULT_INSTANCE = c0073t;
        AbstractC0492v.t(C0073t.class, c0073t);
    }

    public static C0072s A() {
        return (C0072s) DEFAULT_INSTANCE.h();
    }

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

    public static void w(C0073t c0073t, C0075v c0075v) {
        c0073t.getClass();
        c0073t.params_ = c0075v;
    }

    public static void x(C0073t c0073t, int i) {
        c0073t.keySize_ = i;
    }

    @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\u0002\u0000\u0000\u0001\u0002\u0002\u0000\u0000\u0000\u0001\t\u0002\u000b", new Object[]{"params_", "keySize_"});
            case 3:
                return new C0073t();
            case 4:
                return new C0072s(DEFAULT_INSTANCE);
            case 5:
                return DEFAULT_INSTANCE;
            case 6:
                com.google.crypto.tink.shaded.protobuf.W w5 = PARSER;
                if (w5 != null) {
                    return w5;
                }
                synchronized (C0073t.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 int y() {
        return this.keySize_;
    }

    public final C0075v z() {
        C0075v c0075v = this.params_;
        return c0075v == null ? C0075v.x() : c0075v;
    }
}
