RsaOaepParams - Web APIs 编辑
The RsaOaepParams
dictionary of the Web Crypto API represents the object that should be passed as the algorithm
parameter into SubtleCrypto.encrypt()
, SubtleCrypto.decrypt()
, SubtleCrypto.wrapKey()
, or SubtleCrypto.unwrapKey()
, when using the RSA_OAEP algorithm.
Properties
name
- A
DOMString
. This should be set toRSA-OAEP
. label
OptionalA
BufferSource
— an array of bytes that does not itself need to be encrypted but which should be bound to the ciphertext. A digest of the label is part of the input to the encryption operation.Unless your application calls for a label, you can just omit this argument and it will not affect the security of the encryption operation.
Examples
See the examples for SubtleCrypto.encrypt()
and SubtleCrypto.decrypt()
.
Specifications
Specification | Status | Comment |
---|---|---|
Web Cryptography API The definition of 'SubtleCrypto.RsaOaepParams' in that specification. | Recommendation |
Browser compatibility
Browsers that support the "RSA-OAEP" algorithm for the SubtleCrypto.encrypt()
, SubtleCrypto.decrypt()
, SubtleCrypto.wrapKey()
, or SubtleCrypto.unwrapKey()
methods will support this type.
See also
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论