import { Verify } from "https://deno.land/std@0.145.0/node/crypto.ts";
Constructors
new
Verify(algorithm: string, _options?: WritableOptions)Methods
update(data: BinaryLike): this
update(_data: BinaryLike, _inputEncoding?: string): this
verify(object: KeyLike | VerifyKeyObjectInput | VerifyPublicKeyInput, signature: ArrayBufferView): boolean
verify(): boolean
object: KeyLike | VerifyKeyObjectInput | VerifyPublicKeyInput,
signature: string,
signatureEncoding?: BinaryToTextEncoding,
verify(): boolean
_object: KeyLike | VerifyKeyObjectInput | VerifyPublicKeyInput,
_signature: ArrayBufferView | string,
_signatureEncoding?: BinaryToTextEncoding,