interface DSAKeyPairOptions
Type Parameters Jump to heading
Jump to headingPubF extends KeyFormat
Jump to headingPrivF extends KeyFormat
Properties Jump to heading
Jump to headingmodulusLength: number
Key size in bits
Jump to headingdivisorLength: number
Size of q in bits
Jump to headingpublicKeyEncoding: { type: "spki"; format: PubF; }
Jump to headingprivateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & { type: "pkcs8"; }