| 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;
|
|
|