aes
Toggle table of contents
1.0.1
common
Platform filter
common
Switch theme
Search in API
aes
aes
/
com.niyaj.aes
/
CBCMode
CBCMode
class
CBCMode
(
aes
:
AES
,
iv
:
ByteArray
)
:
BlockCipherMode
Members
Constructors
CBCMode
Link copied to clipboard
constructor
(
aes
:
AES
,
iv
:
ByteArray
)
Functions
decrypt
Link copied to clipboard
open
override
fun
decrypt
(
data
:
ByteArray
)
:
ByteArray
encrypt
Link copied to clipboard
open
override
fun
encrypt
(
data
:
ByteArray
)
:
ByteArray