Class HardCodedCryptoKeyRule

  • All Implemented Interfaces:
    net.sourceforge.pmd.lang.ast.AstVisitor, JavaVisitor, net.sourceforge.pmd.lang.rule.Rule, net.sourceforge.pmd.properties.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