interface DSAKeyPairOptions
Type Parameters Jump to heading
Jump to headingPubF extends KeyFormatJump to headingPrivF extends KeyFormatProperties Jump to heading
Jump to headingmodulusLength: numberKey size in bits
Jump to headingdivisorLength: numberSize of q in bits
Jump to headingpublicKeyEncoding: { type: "spki"; format: PubF; }Jump to headingprivateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & { type: "pkcs8"; }