Cloudike Android Libraries
Toggle table of contents
6.0.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Cloudike Android Libraries
Core Library
/
com.cloudike.sdk.core.crypto
/
EncoderAlgorithm
Encoder
Algorithm
interface
EncoderAlgorithm
Members
Functions
decode
To
Bytes
Link copied to clipboard
abstract
fun
decodeToBytes
(
data
:
String
)
:
ByteArray
encode
To
String
Link copied to clipboard
abstract
fun
encodeToString
(
data
:
ByteArray
)
:
String