Skip to main content
DSAKeyPairOptions - crypto - Node documentation
interface DSAKeyPairOptions

Usage in Deno

import { type DSAKeyPairOptions } from "node:crypto";

Type Parameters

PubF extends KeyFormat
PrivF extends KeyFormat

Properties

Key size in bits

Size of q in bits

publicKeyEncoding: { type: "spki"; format: PubF; }