Class HardCodedCryptoKeyRule

  • All Implemented Interfaces:
    JavaParserVisitor, net.sourceforge.pmd.lang.rule.ImmutableLanguage, net.sourceforge.pmd.properties.PropertySource, net.sourceforge.pmd.Rule

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