encryptSHA1

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

SHA1加密

Return

密文字节数组

Parameters

data

明文字节数组