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
|