PGP Shield
Toggle table of contents
1.0.0
release
Target filter
release
Switch theme
Search in API
Skip to content
PGP Shield
encoding
/
ltechnologies.onionphone.pgpshield.encoding
/
Base64Encoder
/
decode
decode
fun
decode
(
encoded
:
String
)
:
String
?
Decodes
encoded
Base64 to UTF-8 text.
Return
Decoded string, or
null
on invalid Base64.