aes
Toggle table of contents
1.0.1
common
Platform filter
common
Switch theme
Search in API
aes
aes
/
com.niyaj.aes
/
AESCipher
AESCipher
class
AESCipher
(
mode
:
BlockCipherMode
)
Members
Constructors
AESCipher
Link copied to clipboard
constructor
(
mode
:
BlockCipherMode
)
Functions
decrypt
Link copied to clipboard
fun
decrypt
(
data
:
ByteArray
,
padding
:
Boolean
=
true
)
:
ByteArray
encrypt
Link copied to clipboard
fun
encrypt
(
data
:
ByteArray
,
padding
:
Boolean
=
true
)
:
ByteArray