package defpackage;

import com.google.crypto.tink.shaded.protobuf.AbstractC0021;

/* JADX INFO: renamed from: ᵳˎʘ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C4579 extends AbstractC0021 {
    public static final int CATALOGUE_NAME_FIELD_NUMBER = 5;
    private static final C4579 DEFAULT_INSTANCE;
    public static final int KEY_MANAGER_VERSION_FIELD_NUMBER = 3;
    public static final int NEW_KEY_ALLOWED_FIELD_NUMBER = 4;
    private static volatile InterfaceC2421 PARSER = null;
    public static final int PRIMITIVE_NAME_FIELD_NUMBER = 1;
    public static final int TYPE_URL_FIELD_NUMBER = 2;
    private int keyManagerVersion_;
    private boolean newKeyAllowed_;
    private String primitiveName_ = "";
    private String typeUrl_ = "";
    private String catalogueName_ = "";

    static {
        C4579 c4579 = new C4579();
        DEFAULT_INSTANCE = c4579;
        AbstractC0021.m876(C4579.class, c4579);
    }

    @Override // com.google.crypto.tink.shaded.protobuf.AbstractC0021
    /* JADX INFO: renamed from: ᵱᵽʡᵚ */
    public final Object mo888(int i) {
        InterfaceC2421 c1528;
        int iM8218 = AbstractC3653.m8218(i);
        if (iM8218 == 0) {
            return (byte) 1;
        }
        if (iM8218 == 2) {
            return new C3748(DEFAULT_INSTANCE, "\u0000\u0005\u0000\u0000\u0001\u0005\u0005\u0000\u0000\u0000\u0001Ȉ\u0002Ȉ\u0003\u000b\u0004\u0007\u0005Ȉ", new Object[]{"primitiveName_", "typeUrl_", "keyManagerVersion_", "newKeyAllowed_", "catalogueName_"});
        }
        if (iM8218 == 3) {
            return new C4579();
        }
        if (iM8218 == 4) {
            return new C3741(DEFAULT_INSTANCE, 1);
        }
        if (iM8218 == 5) {
            return DEFAULT_INSTANCE;
        }
        if (iM8218 != 6) {
            throw null;
        }
        InterfaceC2421 interfaceC2421 = PARSER;
        if (interfaceC2421 != null) {
            return interfaceC2421;
        }
        synchronized (C4579.class) {
            try {
                c1528 = PARSER;
                if (c1528 == null) {
                    c1528 = new C1528();
                    PARSER = c1528;
                }
            } catch (Throwable th) {
                throw th;
            }
        }
        return c1528;
    }
}
