interfacecrypto.DSAKeyPairOptionsinterface DSAKeyPairOptions<PubF extends KeyFormat, PrivF extends KeyFormat>divisorLength: numberSize of q in bitsmodulusLength: numberKey size in bitsprivateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & { type: 'pkcs8' }publicKeyEncoding: { format: PubF; type: 'spki' }