Improve JCA aes alg model, add test

This commit is contained in:
Kristen Newbury
2025-02-05 13:39:48 -05:00
parent 5f355c7f55
commit 86e51dad8a
2 changed files with 45 additions and 22 deletions

View File

@@ -3,11 +3,6 @@
*/
import experimental.Quantum.Language
//import java
from Crypto::NodeBase node
select node
// from Class t
// where t.hasQualifiedName("javax.crypto", "CipherSpi")
// select t, t.getADescendant*()
from JCAModel::AESLiteral l
select l, l.getAlg(), l.getMode().getValue(), l.getPadding().getValue()