sdk-core
Toggle table of contents
7.2.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sdk-core
sdk-core
/
com.gigya.android.sdk.utils
/
CipherUtils
Cipher
Utils
open
class
CipherUtils
Members
Constructors
Cipher
Utils
Link copied to clipboard
constructor
(
)
Functions
bytes
To
String
Link copied to clipboard
open
fun
bytesToString
(
b
:
Array
<
Byte
>
)
:
String
decrypt
Link copied to clipboard
open
fun
decrypt
(
encrypted
:
String
,
algorithm
:
String
,
secretKey
:
SecretKey
)
:
String
encrypt
Link copied to clipboard
open
fun
encrypt
(
plain
:
String
,
algorithm
:
String
,
secretKey
:
SecretKey
)
:
String
string
To
Bytes
Link copied to clipboard
open
fun
stringToBytes
(
s
:
String
)
:
Array
<
Byte
>
to
Bytes
Link copied to clipboard
open
fun
toBytes
(
chars
:
Array
<
Char
>
)
:
Array
<
Byte
>
to
Chars
Link copied to clipboard
open
fun
toChars
(
bytes
:
Array
<
Byte
>
)
:
Array
<
Char
>