package X3;

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

/* JADX INFO: renamed from: X3.j, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes3.dex */
public final class C0819j extends AbstractC1274w {
    public static final int AES_CTR_KEY_FORMAT_FIELD_NUMBER = 1;
    private static final C0819j DEFAULT_INSTANCE;
    public static final int HMAC_KEY_FORMAT_FIELD_NUMBER = 2;
    private static volatile com.google.crypto.tink.shaded.protobuf.X PARSER;
    private C0823n aesCtrKeyFormat_;
    private T hmacKeyFormat_;

    static {
        C0819j c0819j = new C0819j();
        DEFAULT_INSTANCE = c0819j;
        AbstractC1274w.s(C0819j.class, c0819j);
    }

    public static C0819j A(AbstractC1261i abstractC1261i, C1267o c1267o) {
        return (C0819j) AbstractC1274w.q(DEFAULT_INSTANCE, abstractC1261i, c1267o);
    }

    public static void v(C0819j c0819j, C0823n c0823n) {
        c0819j.getClass();
        c0819j.aesCtrKeyFormat_ = c0823n;
    }

    public static void w(C0819j c0819j, T t6) {
        c0819j.getClass();
        c0819j.hmacKeyFormat_ = t6;
    }

    public static C0818i z() {
        return (C0818i) DEFAULT_INSTANCE.g();
    }

    @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\t", new Object[]{"aesCtrKeyFormat_", "hmacKeyFormat_"});
            case 3:
                return new C0819j();
            case 4:
                return new C0818i(DEFAULT_INSTANCE);
            case 5:
                return DEFAULT_INSTANCE;
            case 6:
                com.google.crypto.tink.shaded.protobuf.X x6 = PARSER;
                if (x6 != null) {
                    return x6;
                }
                synchronized (C0819j.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 C0823n x() {
        C0823n c0823n = this.aesCtrKeyFormat_;
        return c0823n == null ? C0823n.x() : c0823n;
    }

    public final T y() {
        T t6 = this.hmacKeyFormat_;
        return t6 == null ? T.x() : t6;
    }
}
