method SubtleCrypto.verify Private SubtleCrypto.verify(algorithm: AlgorithmIdentifier | RsaPssParams | EcdsaParams,key: CryptoKey,signature: BufferSource,data: BufferSource,): Promise<boolean> Parameters algorithm: AlgorithmIdentifier | RsaPssParams | EcdsaParams key: CryptoKey signature: BufferSource data: BufferSource Return Type Promise<boolean>