All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sonar.l10n.java.rules.squid.S2258.html Maven / Gradle / Ivy

There is a newer version: 8.6.0.37351
Show newest version

By contract, the NullCipher class provides an "identity cipher" -- one that does not transform or encrypt the plaintext in any way. As a consequence, the ciphertext is identical to the plaintext. So this class should be used for testing, and never in production code.

Noncompliant Code Example

NullCipher nc=new NullCipher();

See





© 2015 - 2025 Weber Informatics LLC | Privacy Policy