Crypto: Comment todo for observed missing modeled case. Tests for weak and unknown KDF iteration count.

This commit is contained in:
REDMOND\brodes
2025-10-16 14:07:45 -04:00
parent 3f36b09b3c
commit b9b0037e07
6 changed files with 94 additions and 0 deletions

View File

@@ -697,6 +697,8 @@ module JCAModel {
abstract DataFlow::Node getInputNode();
}
// TODO: for all parametert specs, I think they can be set through the constructor
// and through setter methods
class IvParameterSpecInstance extends NonceParameterInstantiation {
IvParameterSpecInstance() {
super.getConstructedType().hasQualifiedName("javax.crypto.spec", "IvParameterSpec")