interface DSAKeyPairOptions
Usage
import { type DSAKeyPairOptions } from "node:crypto";
publicKeyEncoding: { type: "spki"; format: PubF; }
privateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & { type: "pkcs8"; }
import { type DSAKeyPairOptions } from "node:crypto";
publicKeyEncoding: { type: "spki"; format: PubF; }
privateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & { type: "pkcs8"; }