I'm working on an iOS app which needs to use certificates in order to to encrypt and decrypt data.
I was able to create the public and private key using the documentation Apple provides but I'm not able to find a way to create a SecIdentityRef
from those keys
Is it possible?