Module

std/node/crypto.ts>SigningOptions

Deno standard library
Go to Latest
interface SigningOptions
import { type SigningOptions } from "https://dotland.deno.dev/std@0.145.0/node/crypto.ts";

Properties

optional
padding: number | undefined
optional
saltLength: number | undefined
optional
dsaEncoding: DSAEncoding | undefined
import SigningOptions
import { SigningOptions } from "https://dotland.deno.dev/std@0.145.0/node/crypto.ts";