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

Type Parameters

PubF extends KeyFormat
PrivF extends KeyFormat

Properties

modulusLength: number

Key size in bits

divisorLength: number

Size of q in bits

publicKeyEncoding: { type: "spki"; format: PubF; }
privateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & { type: "pkcs8"; }
import DSAKeyPairOptions
import { DSAKeyPairOptions } from "https://dotland.deno.dev/std@0.145.0/node/crypto.ts";