rspec/rules/S6432/java/highlighting.adoc

18 lines
390 B
Plaintext
Raw Normal View History

=== Highlighting
==== Java Cryptographic Architecture
* Primary location
** javax.crypto.Cipher.init call
* Secondary locations
** javax.crypto.spec.GCMParameterSpec constructor
** nonce variable declaration
==== BouncyCastle
* Primary location
** javax.crypto.Cipher.init
* Secondary locations
** org.bouncycastle.crypto.params.AEADParameters constructor
** nonce variable declaration