I am using retrofit2 in kotlin, and I need to get the content that is a json and this encrypted, I know that to convert json just use the "JacksonConverterFactory" (until this part was working well) but an encryption was added before that and I do not know how To handle this, do I need to create a converter of my own? Does anyone have a read to tell me?
Thank you and sorry if I posted in the wrong place.