| Index: public/platform/WebCryptoAlgorithm.h
|
| diff --git a/public/platform/WebCryptoAlgorithm.h b/public/platform/WebCryptoAlgorithm.h
|
| index d64fc682173059e0174d0e84d2f9062d300cfcfd..5ba2c7a0d0c20cb499cdade9738e4dd7f1be3208 100644
|
| --- a/public/platform/WebCryptoAlgorithm.h
|
| +++ b/public/platform/WebCryptoAlgorithm.h
|
| @@ -44,7 +44,6 @@ enum WebCryptoAlgorithmId {
|
| WebCryptoAlgorithmIdAesCbc,
|
| WebCryptoAlgorithmIdHmac,
|
| WebCryptoAlgorithmIdRsaSsaPkcs1v1_5,
|
| - WebCryptoAlgorithmIdRsaEsPkcs1v1_5,
|
| WebCryptoAlgorithmIdSha1,
|
| WebCryptoAlgorithmIdSha256,
|
| WebCryptoAlgorithmIdSha384,
|
| @@ -64,7 +63,6 @@ enum WebCryptoAlgorithmParamsType {
|
| WebCryptoAlgorithmParamsTypeAesKeyGenParams,
|
| WebCryptoAlgorithmParamsTypeHmacImportParams,
|
| WebCryptoAlgorithmParamsTypeHmacKeyGenParams,
|
| - WebCryptoAlgorithmParamsTypeRsaKeyGenParams,
|
| WebCryptoAlgorithmParamsTypeRsaHashedKeyGenParams,
|
| WebCryptoAlgorithmParamsTypeRsaHashedImportParams,
|
| WebCryptoAlgorithmParamsTypeAesGcmParams,
|
| @@ -76,7 +74,6 @@ class WebCryptoAesCbcParams;
|
| class WebCryptoAesKeyGenParams;
|
| class WebCryptoHmacImportParams;
|
| class WebCryptoHmacKeyGenParams;
|
| -class WebCryptoRsaKeyGenParams;
|
| class WebCryptoAesGcmParams;
|
| class WebCryptoRsaOaepParams;
|
| class WebCryptoAesCtrParams;
|
| @@ -124,7 +121,6 @@ public:
|
| 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;
|
|
|