iOS Question Asymetric crypto, RSA

AndreasM

New Member
Licensed User
Longtime User
Hi there,

I am new to iOS Development. I have done some development for Android and want to port an application. So my question is, is there any equivalent class in iOS for that:

Dim c As Cipher
c.Initialize("RSA/ECB/PKCS1Padding")

I found nothing. Worse, I found no asymetric encryption at all.
Is there really no asymetric crypto? Or I am just blind?

kind regards
Andreas
 
Top