Index: public/platform/WebCryptoKey.h |
diff --git a/public/platform/WebCryptoKey.h b/public/platform/WebCryptoKey.h |
index 94f437c801ed57c884ef612567a71b33a94740cb..7441b2cd692bc297d0b99172f0844afdf2135f5a 100644 |
--- a/public/platform/WebCryptoKey.h |
+++ b/public/platform/WebCryptoKey.h |
@@ -58,6 +58,13 @@ enum WebCryptoKeyUsage { |
// A bitfield of WebCryptoKeyUsage |
typedef int WebCryptoKeyUsageMask; |
+enum WebCryptoKeyFormat { |
+ WebCryptoKeyFormatRaw, |
+ WebCryptoKeyFormatPkcs8, |
+ WebCryptoKeyFormatSpki, |
+ WebCryptoKeyFormatJwk, |
+}; |
+ |
class WebCryptoAlgorithm; |
class WebCryptoKeyPrivate; |
class WebCryptoKeyHandle; |