encryptSHA256

open fun encryptSHA256(data: Array<Byte>): Array<Byte>

SHA256加密

Return

密文字节数组

Parameters

data

明文字节数组