import { Sign } from "https://deno.land/std@0.145.0/node/crypto.ts";
Constructors
new
Sign(algorithm: string, _options?: WritableOptions)Methods
sign(privateKey: KeyLike | SignKeyObjectInput | SignPrivateKeyInput): Buffer
sign(privateKey: KeyLike | SignKeyObjectInput | SignPrivateKeyInput, outputFormat: BinaryToTextEncoding): string
sign(_privateKey: KeyLike | SignKeyObjectInput | SignPrivateKeyInput, _outputEncoding?: BinaryToTextEncoding): Buffer | string
update(data: BinaryLike): this
update(_data: BinaryLike | string, _inputEncoding?: Encoding): this