Skip to main content
Module

std/node/crypto.ts>SigningOptions

Deno standard library
Go to Latest
interface SigningOptions
Re-export
import { type SigningOptions } from "https://deno.land/std@0.166.0/node/crypto.ts";

Properties

optional
padding: number | undefined
optional
saltLength: number | undefined
optional
dsaEncoding: DSAEncoding | undefined