Asymmetric and symmetric encryption in Legato

Does Legato framework provide built-in Asymmetric and symmetric encryption library?

Does the ssl library help?

I’m looking for a encryption/decryption library in which I can encrypt a string with a public key, then transmit the encrypted string via SMS to an Android device, then the Android side can decrypt the string using its private key.

you can see here: