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

Unified Diff: trunk/public/platform/WebCryptoAlgorithm.h

Issue 296333002: Revert 174726 "[webcrypto] Remove RSA-ES support (3 of 3)" (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 6 years, 7 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
Index: trunk/public/platform/WebCryptoAlgorithm.h
===================================================================
--- trunk/public/platform/WebCryptoAlgorithm.h (revision 174732)
+++ trunk/public/platform/WebCryptoAlgorithm.h (working copy)
@@ -44,6 +44,7 @@
WebCryptoAlgorithmIdAesCbc,
WebCryptoAlgorithmIdHmac,
WebCryptoAlgorithmIdRsaSsaPkcs1v1_5,
+ WebCryptoAlgorithmIdRsaEsPkcs1v1_5,
WebCryptoAlgorithmIdSha1,
WebCryptoAlgorithmIdSha256,
WebCryptoAlgorithmIdSha384,
@@ -63,6 +64,7 @@
WebCryptoAlgorithmParamsTypeAesKeyGenParams,
WebCryptoAlgorithmParamsTypeHmacImportParams,
WebCryptoAlgorithmParamsTypeHmacKeyGenParams,
+ WebCryptoAlgorithmParamsTypeRsaKeyGenParams,
WebCryptoAlgorithmParamsTypeRsaHashedKeyGenParams,
WebCryptoAlgorithmParamsTypeRsaHashedImportParams,
WebCryptoAlgorithmParamsTypeAesGcmParams,
@@ -74,6 +76,7 @@
class WebCryptoAesKeyGenParams;
class WebCryptoHmacImportParams;
class WebCryptoHmacKeyGenParams;
+class WebCryptoRsaKeyGenParams;
class WebCryptoAesGcmParams;
class WebCryptoRsaOaepParams;
class WebCryptoAesCtrParams;
@@ -121,6 +124,7 @@
BLINK_PLATFORM_EXPORT const WebCryptoAesKeyGenParams* aesKeyGenParams() const;
BLINK_PLATFORM_EXPORT const WebCryptoHmacImportParams* hmacImportParams() const;
BLINK_PLATFORM_EXPORT const WebCryptoHmacKeyGenParams* hmacKeyGenParams() const;
+ BLINK_PLATFORM_EXPORT const WebCryptoRsaKeyGenParams* rsaKeyGenParams() const;
BLINK_PLATFORM_EXPORT const WebCryptoAesGcmParams* aesGcmParams() const;
BLINK_PLATFORM_EXPORT const WebCryptoRsaOaepParams* rsaOaepParams() const;
BLINK_PLATFORM_EXPORT const WebCryptoAesCtrParams* aesCtrParams() const;
« no previous file with comments | « trunk/Source/platform/exported/WebCryptoKeyAlgorithm.cpp ('k') | trunk/public/platform/WebCryptoAlgorithmParams.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698