I had time to inspect further and seems that MockK...
# mockk
d
I had time to inspect further and seems that MockK is messing something with
javax.crypto
, since
Cipher.getInstance("RSA/ECB/PKCS1Padding").doFinal(encryptedData)
is throwing
IllegalBlockSizeException
on API 27+ only. I’mma try to reproduce on a clean project and open an issue on GitHub