Searched defs:WebCryptoKeyHandle (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebCryptoKey.h71 class WebCryptoKeyHandle;
78 // a "WebCryptoKeyHandle*".
82 // * Threadsafe if the embedder's WebCryptoKeyHandle is also threadsafe.
86 // WebCryptoKeyHandle*.
104 // Note that the caller is passing ownership of the WebCryptoKeyHandle*.
105 BLINK_PLATFORM_EXPORT static WebCryptoKey create(WebCryptoKeyHandle*, WebCryptoKeyType, bool extractable, const WebCryptoKeyAlgorithm&, WebCryptoKeyUsageMask);
112 BLINK_PLATFORM_EXPORT WebCryptoKeyHandle* handle() const;
131 class WebCryptoKeyHandle { class in namespace:blink
133 virtual ~WebCryptoKeyHandle() { }

Completed in 234 milliseconds