js添加签名算法
This commit is contained in:
@@ -97,7 +97,7 @@ interface JsEncodeUtils {
|
|||||||
publicKey: String?
|
publicKey: String?
|
||||||
): Sign {
|
): Sign {
|
||||||
return createSign(
|
return createSign(
|
||||||
algorithm
|
algorithm,
|
||||||
privateKey?.encodeToByteArray(),
|
privateKey?.encodeToByteArray(),
|
||||||
publicKey?.encodeToByteArray()
|
publicKey?.encodeToByteArray()
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user