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

Unified Diff: public/platform/WebCrypto.h

Issue 23617006: WebCrypto: Add the KeyPair interface. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase onto master Created 7 years, 4 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
« no previous file with comments | « Source/testing/runner/MockWebCrypto.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebCrypto.h
diff --git a/public/platform/WebCrypto.h b/public/platform/WebCrypto.h
index 2eb28fc4122c47d652a6bb80b2c4385557188ac1..95197b63240f02003b3cea87361bf6acfba540cf 100644
--- a/public/platform/WebCrypto.h
+++ b/public/platform/WebCrypto.h
@@ -69,6 +69,7 @@ public:
WEBKIT_EXPORT void completeWithBuffer(const void*, size_t);
WEBKIT_EXPORT void completeWithBoolean(bool);
WEBKIT_EXPORT void completeWithKey(const WebCryptoKey&);
+ WEBKIT_EXPORT void completeWithKeyPair(const WebCryptoKey& publicKey, const WebCryptoKey& privateKey);
#if WEBKIT_IMPLEMENTATION
explicit WebCryptoResult(const WTF::PassRefPtr<WebCore::CryptoResult>&);
« no previous file with comments | « Source/testing/runner/MockWebCrypto.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698