aes
Toggle table of contents
1.0.1
common
Platform filter
common
Switch theme
Search in API
aes
aes
/
com.niyaj.aes
/
AES
AES
class
AES
(
key
:
ByteArray
)
Members
Constructors
AES
Link copied to clipboard
constructor
(
key
:
ByteArray
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
decrypt
Link copied to clipboard
fun
decrypt
(
input
:
ByteArray
)
:
ByteArray
encrypt
Link copied to clipboard
fun
encrypt
(
input
:
ByteArray
)
:
ByteArray