package X3;

import com.google.crypto.tink.shaded.protobuf.AbstractC1274w;
import com.google.crypto.tink.shaded.protobuf.C1273v;
import m1.AbstractC2464a;

/* JADX INFO: renamed from: X3.n, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes3.dex */
public final class C0823n extends AbstractC1274w {
    private static final C0823n 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.X PARSER;
    private int keySize_;
    private C0825p params_;

    static {
        C0823n c0823n = new C0823n();
        DEFAULT_INSTANCE = c0823n;
        AbstractC1274w.s(C0823n.class, c0823n);
    }

    public static C0822m A() {
        return (C0822m) DEFAULT_INSTANCE.g();
    }

    public static void v(C0823n c0823n, C0825p c0825p) {
        c0823n.getClass();
        c0823n.params_ = c0825p;
    }

    public static void w(C0823n c0823n, int i6) {
        c0823n.keySize_ = i6;
    }

    public static C0823n x() {
        return DEFAULT_INSTANCE;
    }

    @Override // com.google.crypto.tink.shaded.protobuf.AbstractC1274w
    public final Object h(int i6) {
        com.google.crypto.tink.shaded.protobuf.X c1273v;
        switch (AbstractC2464a.c(i6)) {
            case 0:
                return (byte) 1;
            case 1:
                return null;
            case 2:
                return new com.google.crypto.tink.shaded.protobuf.b0(DEFAULT_INSTANCE, "\u0000\u0002\u0000\u0000\u0001\u0002\u0002\u0000\u0000\u0000\u0001\t\u0002\u000b", new Object[]{"params_", "keySize_"});
            case 3:
                return new C0823n();
            case 4:
                return new C0822m(DEFAULT_INSTANCE);
            case 5:
                return DEFAULT_INSTANCE;
            case 6:
                com.google.crypto.tink.shaded.protobuf.X x6 = PARSER;
                if (x6 != null) {
                    return x6;
                }
                synchronized (C0823n.class) {
                    try {
                        c1273v = PARSER;
                        if (c1273v == null) {
                            c1273v = new C1273v();
                            PARSER = c1273v;
                        }
                    } catch (Throwable th) {
                        throw th;
                    }
                    break;
                }
                return c1273v;
            default:
                throw new UnsupportedOperationException();
        }
    }

    public final int y() {
        return this.keySize_;
    }

    public final C0825p z() {
        C0825p c0825p = this.params_;
        return c0825p == null ? C0825p.w() : c0825p;
    }
}
