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.j, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0064j extends AbstractC0492v {
    public static final int AES_CTR_KEY_FORMAT_FIELD_NUMBER = 1;
    private static final C0064j DEFAULT_INSTANCE;
    public static final int HMAC_KEY_FORMAT_FIELD_NUMBER = 2;
    private static volatile com.google.crypto.tink.shaded.protobuf.W PARSER;
    private C0068n aesCtrKeyFormat_;
    private T hmacKeyFormat_;

    static {
        C0064j c0064j = new C0064j();
        DEFAULT_INSTANCE = c0064j;
        AbstractC0492v.t(C0064j.class, c0064j);
    }

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

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

    public static void w(C0064j c0064j, C0068n c0068n) {
        c0064j.getClass();
        c0064j.aesCtrKeyFormat_ = c0068n;
    }

    public static void x(C0064j c0064j, T t4) {
        c0064j.getClass();
        c0064j.hmacKeyFormat_ = t4;
    }

    @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\t", new Object[]{"aesCtrKeyFormat_", "hmacKeyFormat_"});
            case 3:
                return new C0064j();
            case 4:
                return new C0063i(DEFAULT_INSTANCE);
            case 5:
                return DEFAULT_INSTANCE;
            case 6:
                com.google.crypto.tink.shaded.protobuf.W w5 = PARSER;
                if (w5 != null) {
                    return w5;
                }
                synchronized (C0064j.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 C0068n y() {
        C0068n c0068n = this.aesCtrKeyFormat_;
        return c0068n == null ? C0068n.y() : c0068n;
    }

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