SalesforceMobileSDK-Android
Toggle table of contents
14.0.0-rc.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
SalesforceMobileSDK-Android
SalesforceAnalytics
/
com.salesforce.androidsdk.analytics.security
/
Encryptor
/
encryptWithPublicKey
encrypt
With
Public
Key
open
fun
encryptWithPublicKey
(
publicKey
:
PublicKey
,
data
:
String
,
cipherMode
:
Encryptor.CipherMode
)
:
Array
<
Byte
>