method Sign.prototype.signimport { Sign } from "https://dotland.deno.dev/std@0.177.0/node/crypto.ts"; sign(privateKey: KeyLike | SignKeyObjectInput | SignPrivateKeyInput): Buffersign(privateKey: KeyLike | SignKeyObjectInput | SignPrivateKeyInput, outputFormat: BinaryToTextEncoding): stringParametersprivateKey: KeyLike | SignKeyObjectInput | SignPrivateKeyInputReturnsBufferParametersprivateKey: KeyLike | SignKeyObjectInput | SignPrivateKeyInputoutputFormat: BinaryToTextEncodingReturnsstring