base64Encode2String

open fun base64Encode2String(input: Array<Byte>): String

Base64编码

Return

Base64编码后的字符串

Parameters

input

要编码的字节数组