Initialization vector models

This commit is contained in:
Ed Minnix
2023-09-12 20:56:22 -04:00
parent a8eb95a688
commit 31b069041f
2 changed files with 9 additions and 2 deletions

View File

@@ -32,6 +32,13 @@ class CryptoKeySink extends CredentialsSinkNode {
CryptoKeySink() { sinkNode(this, "crypto-parameter") }
}
/**
* A node representing a cryptographic initialization vector being passed to a method.
*/
class InitializationVectorSink extends CredentialsSinkNode {
InitializationVectorSink() { sinkNode(this, "encryption-iv") }
}
/**
* DEPRECATED: Use the `PasswordSink` class instead.
* Holds if callable `c` from a standard Java API expects a password parameter at index `i`.