KitePDF
Toggle table of contents
0.6.1
Guide
GitHub
common
Target filter
common
Switch theme
Search in API
Skip to content
KitePDF
kitepdf-pdf
/
io.github.yuroyami.kitepdf.crypto
/
Rc4
/
process
process
fun
process
(
key
:
ByteArray
,
data
:
ByteArray
)
:
ByteArray
Returns the
data
XOR-ed with the RC4 keystream derived from
key
.