CryptoKey - Web API 接口参考 编辑
CryptoKey
接口表示从特定的密钥算法导出的密钥。
一个 CryptoKey
对象可以使用 SubtleCrypto.generateKey()
, SubtleCrypto.deriveKey()
or SubtleCrypto.importKey()
获得。
属性
这个接口不继承任何属性。
CryptoKey.type
- 返回一个表示密钥类型的枚举值,一个密钥(对称算法),一个公钥或一个私钥(非对称算法)。
CryptoKey.extractable
- 返回一个
布尔值
,表示原始信息是否能导出到应用程序。 CryptoKey.algorithm
- 返回一个不透明对象,表示必须与密钥一同使用的特定密码。
CryptoKey.usages
- 返回一个可枚举的数组,来指出什么密钥可以使用。
方法
这个接口既不继承也不实现任何方法。
规范
规范 | 状态 | 评论 |
---|---|---|
Web Cryptography API CryptoKey | Recommendation | Initial definition. |
浏览器兼容性
We're converting our compatibility data into a machine-readable JSON format. This compatibility table still uses the old format, because we haven't yet converted the data it contains. Find out how you can help!Feature | Chrome | Edge | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|---|
Basic support | 37 | (Yes) | 34 (34) | 未实现 | ? | 未实现 |
Feature | Android | Chrome for Android | Edge | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|---|
Basic support | 37 | 37 | (Yes) | 34.0 (34) | 未实现 | ? | 未实现 |
其它相关
Crypto
andCrypto.subtle
.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论