PACECloudSDK
/
cloud.pace.sdk.appkit.utils
/
EncryptionUtils
Encryption
Utils
object
EncryptionUtils
Content copied to clipboard
Functions
Functions
decrypt
Link copied to clipboard
fun
decrypt
(data:
String
):
String
Content copied to clipboard
encrypt
Link copied to clipboard
fun
encrypt
(data:
String
):
String
Content copied to clipboard
generate
OTP
Link copied to clipboard
fun
generateOTP
(decryptedSecret:
String
, digits:
Int
, period:
Int
, algorithm:
String
, date:
Date
= Date()):
String
Content copied to clipboard
string
To
Algorithm
Link copied to clipboard
fun
stringToAlgorithm
(algorithm:
String
):
HmacAlgorithm
?
Content copied to clipboard