Is there any iOS alternative available for below Android Code
public static String EncryptString(String value, String mod, String exp) {
String strEncryInfoData = "";
try {
BigInteger modulus = new
color:black">BigInteger(mod, 10);
BigInteger pubExp = new...