package T3;

import com.google.crypto.tink.shaded.protobuf.AbstractC0742h;
import com.google.crypto.tink.shaded.protobuf.AbstractC0755v;
import com.google.crypto.tink.shaded.protobuf.C0748n;
import com.google.crypto.tink.shaded.protobuf.C0754u;
import u.AbstractC1563h;

/* JADX INFO: renamed from: T3.j, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0318j extends AbstractC0755v {
    public static final int AES_CTR_KEY_FORMAT_FIELD_NUMBER = 1;
    private static final C0318j DEFAULT_INSTANCE;
    public static final int HMAC_KEY_FORMAT_FIELD_NUMBER = 2;
    private static volatile com.google.crypto.tink.shaded.protobuf.W PARSER;
    private C0322n aesCtrKeyFormat_;
    private T hmacKeyFormat_;

    static {
        C0318j c0318j = new C0318j();
        DEFAULT_INSTANCE = c0318j;
        AbstractC0755v.t(C0318j.class, c0318j);
    }

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

    public static C0318j B(AbstractC0742h abstractC0742h, C0748n c0748n) {
        return (C0318j) AbstractC0755v.r(DEFAULT_INSTANCE, abstractC0742h, c0748n);
    }

    public static void w(C0318j c0318j, C0322n c0322n) {
        c0318j.getClass();
        c0318j.aesCtrKeyFormat_ = c0322n;
    }

    public static void x(C0318j c0318j, T t6) {
        c0318j.getClass();
        c0318j.hmacKeyFormat_ = t6;
    }

    @Override // com.google.crypto.tink.shaded.protobuf.AbstractC0755v
    public final Object i(int i) {
        com.google.crypto.tink.shaded.protobuf.W c0754u;
        switch (AbstractC1563h.c(i)) {
            case n4.u0.f15495q /* 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\t", new Object[]{"aesCtrKeyFormat_", "hmacKeyFormat_"});
            case 3:
                return new C0318j();
            case 4:
                return new C0317i(DEFAULT_INSTANCE);
            case 5:
                return DEFAULT_INSTANCE;
            case Z.g.STRING_SET_FIELD_NUMBER /* 6 */:
                com.google.crypto.tink.shaded.protobuf.W w4 = PARSER;
                if (w4 != null) {
                    return w4;
                }
                synchronized (C0318j.class) {
                    try {
                        c0754u = PARSER;
                        if (c0754u == null) {
                            c0754u = new C0754u();
                            PARSER = c0754u;
                        }
                    } catch (Throwable th) {
                        throw th;
                    }
                    break;
                }
                return c0754u;
            default:
                throw new UnsupportedOperationException();
        }
    }

    public final C0322n y() {
        C0322n c0322n = this.aesCtrKeyFormat_;
        return c0322n == null ? C0322n.y() : c0322n;
    }

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