Index: public/platform/WebCryptoKeyAlgorithm.h |
diff --git a/public/platform/WebCryptoKeyAlgorithm.h b/public/platform/WebCryptoKeyAlgorithm.h |
index af0cbc6ff1f7d103c621921024feefa7b061d2a5..df96d303b0d132250c7bcd03db1a5f9eb649b8d7 100644 |
--- a/public/platform/WebCryptoKeyAlgorithm.h |
+++ b/public/platform/WebCryptoKeyAlgorithm.h |
@@ -63,6 +63,7 @@ public: |
BLINK_PLATFORM_EXPORT static WebCryptoKeyAlgorithm createHmac(WebCryptoAlgorithmId hash, unsigned keyLengthBits); |
BLINK_PLATFORM_EXPORT static WebCryptoKeyAlgorithm createRsaHashed(WebCryptoAlgorithmId, unsigned modulusLengthBits, const unsigned char* publicExponent, unsigned publicExponentSize, WebCryptoAlgorithmId hash); |
BLINK_PLATFORM_EXPORT static WebCryptoKeyAlgorithm createEc(WebCryptoAlgorithmId, WebCryptoNamedCurve); |
+ BLINK_PLATFORM_EXPORT static WebCryptoKeyAlgorithm createWithoutParams(WebCryptoAlgorithmId); |
~WebCryptoKeyAlgorithm() { reset(); } |