RsaOaepParams
dictionary of the
Web 加密 API
represents the object that should be passed as the
algorithm
parameter into
SubtleCrypto.encrypt()
,
SubtleCrypto.decrypt()
,
SubtleCrypto.wrapKey()
,或
SubtleCrypto.unwrapKey()
, when using the
RSA_OAEP
算法。
名称
DOMString
. This should be set to
RSA-OAEP
.
label
可选
A
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.
See the examples for
SubtleCrypto.encrypt()
and
SubtleCrypto.decrypt()
.
| 规范 | 状态 | 注释 |
|---|---|---|
|
Web Cryptography API
The definition of 'SubtleCrypto.RsaOaepParams' in that specification. |
推荐 |
Browsers that support the "RSA-OAEP" algorithm for the
SubtleCrypto.encrypt()
,
SubtleCrypto.decrypt()
,
SubtleCrypto.wrapKey()
,或
SubtleCrypto.unwrapKey()
methods will support this type.
SubtleCrypto.encrypt()
.
SubtleCrypto.decrypt()
.
SubtleCrypto.wrapKey()
.
SubtleCrypto.unwrapKey()
.
RsaOaepParams