Index: modules/crypto/RsaSsaParams.idl |
diff --git a/modules/crypto/HmacParams.idl b/modules/crypto/RsaSsaParams.idl |
similarity index 97% |
copy from modules/crypto/HmacParams.idl |
copy to modules/crypto/RsaSsaParams.idl |
index 2dae1c8f4f09040ea0e1793d9643b69769257225..f289529ff8b0cfb987ffaaad9ec97f54568dfa9c 100644 |
--- a/modules/crypto/HmacParams.idl |
+++ b/modules/crypto/RsaSsaParams.idl |
@@ -30,6 +30,6 @@ |
[ |
NoInterfaceObject, |
-] interface HmacParams : Algorithm { |
+] interface RsaSsaParams : Algorithm { |
readonly attribute Algorithm hash; |
}; |