interface Verify { verify(publicKey,
signed,
src): boolean; verifyByPSS(publicKey,
signed,
src): boolean; } Methods
verify
- verify(publicKey, signed, src): boolean
Returns boolean
verifyByPSS
- verifyByPSS(publicKey, signed, src): boolean
Returns boolean
Verifying APIs