If it will be used only internally - inside this "main class" - then it would be most suitable for its nesting.
In other words, your structure will look like this:
public class MainClass
{
private class NestedUtilityClass
{
}
}
, MainClass. protected, , , .