Xojo.Crypto.RSADecrypt
From Xojo Documentation
Method
Xojo.Crypto.RSADecrypt(data As Xojo.Core.MemoryBlock, privateKey As Xojo.Core.MemoryBlock) As Xojo.Core.MemoryBlock
Supported for all project types and targets.
Supported for all project types and targets.
Decrypts data using the specified privateKey.
Exceptions
- NilObjectException if data or privateKey are Nil.
- RuntimeException if data or privateKey have unknown size.