method Verify.prototype.verifyimport { Verify } from "https://dotland.deno.dev/std@0.177.0/node/crypto.ts"; verify(object: KeyLike | VerifyKeyObjectInput | VerifyPublicKeyInput, signature: ArrayBufferView): booleanverify(object: KeyLike | VerifyKeyObjectInput | VerifyPublicKeyInput,signature: string,signatureEncoding?: BinaryToTextEncoding,): booleanParametersobject: KeyLike | VerifyKeyObjectInput | VerifyPublicKeyInputsignature: ArrayBufferViewReturnsbooleanParametersobject: KeyLike | VerifyKeyObjectInput | VerifyPublicKeyInputsignature: stringoptionalsignatureEncoding: BinaryToTextEncodingReturnsboolean