Crypto: Add missing block mode JCA Models, add block mode unit tests

This commit is contained in:
REDMOND\brodes
2025-10-17 13:13:14 -04:00
parent e12734162f
commit f480d90a68
5 changed files with 75 additions and 10 deletions

View File

@@ -214,7 +214,9 @@ module Types {
CCM() or // Used in lightweight cryptography (IoT, WPA2)
SIV() or // Misuse-resistant encryption, used in secure storage
OCB() or // Efficient AEAD mode
KWP() or
OFB() or
PCBC() or
OtherMode()
class ModeOfOperationType extends TModeOfOperationType {