Package net.sourceforge.pmd.lang.java.rule.security


package net.sourceforge.pmd.lang.java.rule.security
  • Classes
    Class
    Description
    Finds hard coded encryption keys that are passed to javax.crypto.spec.SecretKeySpec(key, algorithm).
    Finds hardcoded static Initialization Vectors vectors used with cryptographic operations.