aes
Toggle table of contents
1.0.1
common
Platform filter
common
Switch theme
Search in API
aes
aes
/
com.niyaj.aes
/
AESUtils
AESUtils
object
AESUtils
Members
Functions
bytes
To
Hex
Link copied to clipboard
fun
bytesToHex
(
bytes
:
ByteArray
)
:
String
generate
Key
Link copied to clipboard
fun
generateKey
(
sizeInBits
:
Int
)
:
ByteArray
generate
Random
IV
Link copied to clipboard
fun
generateRandomIV
(
)
:
ByteArray
hex
To
Bytes
Link copied to clipboard
fun
hexToBytes
(
hex
:
String
)
:
ByteArray