### Describe the enhancement requested In https://github.com/apache/arrow/pull/45462 we skipped encrypted nested columns because it was too cumbersome to configure (each leaf column had to be configured independently). Now that https://github.com/apache/arrow/pull/45462 has been merged we can configure nested columns the same way as non-nested ones. ### Component(s) C++, Continuous Integration, Parquet