methodcrypto.webcrypto.SubtleCrypto.verifyverify(algorithm: AlgorithmIdentifier | ContextParams | EcdsaParams | KmacParams | RsaPssParams,key: CryptoKey,signature: BufferSource,data: BufferSource): Promise<boolean>;Referenced typestype AlgorithmIdentifier = Algorithm | stringinterface ContextParamscontext?: BufferSourcename: stringinterface EcdsaParamshash: AlgorithmIdentifiername: stringinterface KmacParamscustomization?: BufferSourcename: stringoutputLength: numberinterface RsaPssParamsname: stringsaltLength: numberinterface CryptoKeyreadonly algorithm: KeyAlgorithmreadonly extractable: booleanreadonly type: KeyTypereadonly usages: KeyUsage[]