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