Skip to main content
Module

std/node/crypto.ts>Verify#verify

Deno standard library
Go to Latest
method Verify.prototype.verify
Re-export
import { Verify } from "https://deno.land/std@0.173.0/node/crypto.ts";

Parameters

object: KeyLike | VerifyKeyObjectInput | VerifyPublicKeyInput
signature: ArrayBufferView

Returns

boolean

Parameters

object: KeyLike | VerifyKeyObjectInput | VerifyPublicKeyInput
signature: string
optional
signatureEncoding: BinaryToTextEncoding

Returns

boolean