
## Review A dedicated reviewer checked the rule description successfully for: - [ ] logical errors and incorrect information - [ ] information gaps and missing content - [ ] text style and tone - [ ] PR summary and labels follow [the guidelines](https://github.com/SonarSource/rspec/#to-modify-an-existing-rule)
18 lines
390 B
Plaintext
18 lines
390 B
Plaintext
=== 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
|