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