UNPKG
palmpaywrappersdk
Version:
latest (1.0.1)
1.0.1
1.0.0
PalmPay Wrapper Sdk
palmpaywrappersdk
/
dist
/
Utils
/
VerifyUtil.d.ts
6 lines
(5 loc)
•
262 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
class
VerifyUtil
{
static
rsaVerify
(
content
:
string
,
signature
:
string
,
publicKey
:
string
,
hash
:
string
):
boolean
;
static
verify
(
params
: Record<
string
, any>,
signature
:
string
,
publicKey
:
string
):
boolean
;
private
static
_formatKey; }