Class HardCodedCryptoKeyRule

All Implemented Interfaces:
AstVisitor, JavaVisitor, Rule, PropertySource

public class HardCodedCryptoKeyRule extends AbstractJavaRulechainRule
Finds hard coded encryption keys that are passed to javax.crypto.spec.SecretKeySpec(key, algorithm).
Author:
sergeygorbaty
Since:
6.4.0
  • Constructor Details

    • HardCodedCryptoKeyRule

      public HardCodedCryptoKeyRule()
  • Method Details