KitePDF
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
KitePDF
kitepdf
/
io.github.yuroyami.kitepdf.crypto
/
Aes
/
decryptCbc
decrypt
Cbc
fun
decryptCbc
(
key
:
ByteArray
,
ciphertext
:
ByteArray
,
removePadding
:
Boolean
=
true
)
:
ByteArray
Decrypt CBC-mode ciphertext. The first 16 bytes are the IV.