diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.weakCryptographicKey.html --- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.weakCryptographicKey.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.weakCryptographicKey.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,24 +7,22 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.weakCryptographicKey</h1> - <p> Module implementing checks for weak cryptographic key use. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Functions</h3> - <table> - <tr> <td><a href="#_classifyKeySize">_classifyKeySize</a></td> <td>Function to classify a key and report an error if insufficient.</td> @@ -46,15 +44,16 @@ <td>Public method to get a dictionary with checks handled by this module.</td> </tr> </table> + <hr /> <hr /> <a NAME="_classifyKeySize" ID="_classifyKeySize"></a> <h2>_classifyKeySize</h2> <b>_classifyKeySize</b>(<i>reportError, config, keyType, keySize, node</i>) - <p> Function to classify a key and report an error if insufficient. </p> + <dl> <dt><i>reportError</i> (func)</dt> @@ -96,10 +95,10 @@ <a NAME="_weakCryptoKeySizeCryptography" ID="_weakCryptoKeySizeCryptography"></a> <h2>_weakCryptoKeySizeCryptography</h2> <b>_weakCryptoKeySizeCryptography</b>(<i>reportError, context, config</i>) - <p> Function to check 'cryptography.hazmat' for weak key use. </p> + <dl> <dt><i>reportError</i> (func)</dt> @@ -133,10 +132,10 @@ <a NAME="_weakCryptoKeySizePycrypto" ID="_weakCryptoKeySizePycrypto"></a> <h2>_weakCryptoKeySizePycrypto</h2> <b>_weakCryptoKeySizePycrypto</b>(<i>reportError, context, config</i>) - <p> Function to check 'pycrypto' for weak key use. </p> + <dl> <dt><i>reportError</i> (func)</dt> @@ -170,10 +169,10 @@ <a NAME="checkWeakCryptographicKey" ID="checkWeakCryptographicKey"></a> <h2>checkWeakCryptographicKey</h2> <b>checkWeakCryptographicKey</b>(<i>reportError, context, config</i>) - <p> Function to check for weak cryptographic key use. </p> + <dl> <dt><i>reportError</i> (func)</dt> @@ -195,10 +194,10 @@ <a NAME="getChecks" ID="getChecks"></a> <h2>getChecks</h2> <b>getChecks</b>(<i></i>) - <p> Public method to get a dictionary with checks handled by this module. </p> + <dl> <dt>Return:</dt> <dd> @@ -214,4 +213,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>