My iOS app needs to decrypt a string that was encrypted on a Java backend. The backend encrypts the string using these parameters: Cipher.getInstance("RSA/ECB/PKCS1Pa
Cipher.getInstance("RSA/ECB/PKCS1Pa