Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1082)

Unified Diff: Source/modules/crypto/RsaHashedKeyAlgorithm.idl

Issue 179353002: [webcrypto] Add the KeyAlgorithm interface. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase yet again (another conflict) Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/crypto/RsaHashedKeyAlgorithm.cpp ('k') | Source/modules/crypto/RsaKeyAlgorithm.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/crypto/RsaHashedKeyAlgorithm.idl
diff --git a/Source/modules/crypto/Algorithm.idl b/Source/modules/crypto/RsaHashedKeyAlgorithm.idl
similarity index 91%
rename from Source/modules/crypto/Algorithm.idl
rename to Source/modules/crypto/RsaHashedKeyAlgorithm.idl
index a1373bde07516fd21f8e1a7f5cf2b58c888cbc5a..28b765dc420a8a8751618de368e807542433c5ae 100644
--- a/Source/modules/crypto/Algorithm.idl
+++ b/Source/modules/crypto/RsaHashedKeyAlgorithm.idl
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013 Google Inc. All rights reserved.
+ * Copyright (C) 2014 Google Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
@@ -29,8 +29,7 @@
*/
[
- WillBeGarbageCollected,
NoInterfaceObject
-] interface Algorithm {
- readonly attribute DOMString name;
+] interface RsaHashedKeyAlgorithm : RsaKeyAlgorithm {
+ readonly attribute KeyAlgorithm hash;
};
« no previous file with comments | « Source/modules/crypto/RsaHashedKeyAlgorithm.cpp ('k') | Source/modules/crypto/RsaKeyAlgorithm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698