Index: modules/crypto/AesCtrParams.idl |
diff --git a/modules/crypto/AesCbcParams.idl b/modules/crypto/AesCtrParams.idl |
similarity index 93% |
copy from modules/crypto/AesCbcParams.idl |
copy to modules/crypto/AesCtrParams.idl |
index b068ec9586cc8caffbb7c33b60fa19a811347d9f..58f3fdaec9080262e8d7a13654baaee0ec78f856 100644 |
--- a/modules/crypto/AesCbcParams.idl |
+++ b/modules/crypto/AesCtrParams.idl |
@@ -30,6 +30,7 @@ |
[ |
NoInterfaceObject, |
-] interface AesCbcParams : Algorithm { |
- readonly attribute Uint8Array iv; |
+] interface AesCtrParams : Algorithm { |
+ readonly attribute Uint8Array counter; |
+ readonly attribute octet length; |
}; |