PGP Shield
Toggle table of contents
1.0.0
release
Target filter
release
Switch theme
Search in API
Skip to content
PGP Shield
app
/
ltechnologies.onionphone.pgpshield.util
/
SensitiveWiper
/
wipe
wipe
fun
wipe
(
vararg
buffers
:
CharArray
?
)
Fills each non-null
buffers
entry with NUL characters.
fun
wipe
(
bytes
:
ByteArray
?
)
Fills
bytes
with zeros when non-null.