Escape character in RSA keys

Hi All,

I am suppose to read the private and public RSA keys from Azure key vault. When I read it as System.getenv, it is adding escape character () to the new line charater or \n. This is making the whole key distorted. Is there any way to read the config without modifying it?

TIA.

Do you have example of such key (but please, do not show anything from production).

Looks like it is some bug in azure keyvault reading.
I need to follow this blog.