| Index: modules/crypto/HmacKeyParams.idl
|
| diff --git a/modules/crypto/RsaSsaParams.idl b/modules/crypto/HmacKeyParams.idl
|
| similarity index 94%
|
| copy from modules/crypto/RsaSsaParams.idl
|
| copy to modules/crypto/HmacKeyParams.idl
|
| index f289529ff8b0cfb987ffaaad9ec97f54568dfa9c..bb7ac7ea3be9a2c0041291844f09aa9c3b616a0c 100644
|
| --- a/modules/crypto/RsaSsaParams.idl
|
| +++ b/modules/crypto/HmacKeyParams.idl
|
| @@ -30,6 +30,7 @@
|
|
|
| [
|
| NoInterfaceObject,
|
| -] interface RsaSsaParams : Algorithm {
|
| +] interface HmacKeyParams : Algorithm {
|
| readonly attribute Algorithm hash;
|
| + readonly attribute unsigned long? length;
|
| };
|
|
|