toggle menu
DIDCommDIDPeer
1.1.2
common
switch theme
search in API
DIDCommDIDPeer
/
io.iohk.atala.prism.didcomm.didpeer.multibase
/
MultiBase
Multi
Base
object
MultiBase
(
source
)
MultiBase Implementation of
multibase
-self identifying base encodings- in KMM
Members
Types
Base
Link copied to clipboard
enum
Base
:
Enum
<
MultiBase.Base
>
Functions
decode
Link copied to clipboard
fun
decode
(
data
:
String
)
:
ByteArray
encode
Link copied to clipboard
fun
encode
(
base
:
MultiBase.Base
,
data
:
ByteArray
)
:
String
fun
encode
(
base
:
MultiBase.Base
,
data
:
String
)
:
String