interface DSAKeyPairOptions
modulusLength: numberKey size in bits
divisorLength: numberSize of q in bits
publicKeyEncoding: { type: "spki"; format: PubF; }privateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & { type: "pkcs8"; }modulusLength: numberKey size in bits
divisorLength: numberSize of q in bits
publicKeyEncoding: { type: "spki"; format: PubF; }privateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & { type: "pkcs8"; }