| Index: Source/modules/crypto/KeyPair.idl
 | 
| diff --git a/Source/modules/crypto/AesCbcParams.idl b/Source/modules/crypto/KeyPair.idl
 | 
| similarity index 94%
 | 
| copy from Source/modules/crypto/AesCbcParams.idl
 | 
| copy to Source/modules/crypto/KeyPair.idl
 | 
| index b068ec9586cc8caffbb7c33b60fa19a811347d9f..538f85a74b28915783911ba40fcedd65b26ca40a 100644
 | 
| --- a/Source/modules/crypto/AesCbcParams.idl
 | 
| +++ b/Source/modules/crypto/KeyPair.idl
 | 
| @@ -30,6 +30,7 @@
 | 
|  
 | 
|  [
 | 
|      NoInterfaceObject,
 | 
| -] interface AesCbcParams : Algorithm {
 | 
| -    readonly attribute Uint8Array iv;
 | 
| +] interface KeyPair {
 | 
| +    readonly attribute Key publicKey;
 | 
| +    readonly attribute Key privateKey;
 | 
|  };
 | 
| 
 |