Skip to main content
Module

std/node/crypto.ts>Sign

Deno standard library
Go to Latest
class Sign
extends Writable
Re-export
import { Sign } from "https://deno.land/std@0.162.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
update(data: BinaryLike): this
update(data: string, inputEncoding: Encoding): this