class Verify
extends Writable
import { Verify } from "https://deno.land/std@0.172.0/node/internal/crypto/sig.ts";
Constructors
new
Verify(algorithm: string, _options?: WritableOptions)Methods
update(data: BinaryLike): this
verify(object: KeyLike | VerifyKeyObjectInput | VerifyPublicKeyInput, signature: ArrayBufferView): boolean
verify(): boolean
object: KeyLike | VerifyKeyObjectInput | VerifyPublicKeyInput,
signature: string,
signatureEncoding?: BinaryToTextEncoding,