package F2;

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

/* JADX INFO: renamed from: F2.n, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0068n extends AbstractC0492v {
    private static final C0068n 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 C0070p params_;

    static {
        C0068n c0068n = new C0068n();
        DEFAULT_INSTANCE = c0068n;
        AbstractC0492v.t(C0068n.class, c0068n);
    }

    public static C0067m B() {
        return (C0067m) DEFAULT_INSTANCE.h();
    }

    public static void w(C0068n c0068n, C0070p c0070p) {
        c0068n.getClass();
        c0068n.params_ = c0070p;
    }

    public static void x(C0068n c0068n, int i) {
        c0068n.keySize_ = i;
    }

    public static C0068n y() {
        return DEFAULT_INSTANCE;
    }

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

    @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 C0068n();
            case 4:
                return new C0067m(DEFAULT_INSTANCE);
            case 5:
                return DEFAULT_INSTANCE;
            case 6:
                com.google.crypto.tink.shaded.protobuf.W w5 = PARSER;
                if (w5 != null) {
                    return w5;
                }
                synchronized (C0068n.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 z() {
        return this.keySize_;
    }
}
