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
/
encryptCbc
encrypt
Cbc
fun
encryptCbc
(
key
:
ByteArray
,
iv
:
ByteArray
,
plaintext
:
ByteArray
)
:
ByteArray
Encrypt CBC-mode plaintext, prepending the IV. PKCS#7 padding.