Index: public/platform/WebCryptoKeyAlgorithm.h |
diff --git a/public/platform/WebCryptoKeyAlgorithm.h b/public/platform/WebCryptoKeyAlgorithm.h |
index dd1b6897782dfc275ad412c8fafe524c44e212b1..19c3192c544cce0480685208dbd544edc92568f3 100644 |
--- a/public/platform/WebCryptoKeyAlgorithm.h |
+++ b/public/platform/WebCryptoKeyAlgorithm.h |
@@ -85,6 +85,9 @@ public: |
BLINK_PLATFORM_EXPORT WebCryptoHmacKeyAlgorithmParams* hmacParams() const; |
BLINK_PLATFORM_EXPORT WebCryptoRsaHashedKeyAlgorithmParams* rsaHashedParams() const; |
+ // Write the algorithm parameters to a dictionary. |
+ BLINK_PLATFORM_EXPORT void writeToDictionary(WebCryptoKeyAlgorithmDictionary*) const; |
+ |
private: |
BLINK_PLATFORM_EXPORT void assign(const WebCryptoKeyAlgorithm& other); |
BLINK_PLATFORM_EXPORT void reset(); |