Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. RsaOaepParams

RsaOaepParams

TheRsaOaepParams dictionary of theWeb Crypto API represents the object that should be passed as thealgorithm parameter intoSubtleCrypto.encrypt(),SubtleCrypto.decrypt(),SubtleCrypto.wrapKey(), orSubtleCrypto.unwrapKey(), when using theRSA_OAEP algorithm.

Instance properties

name

A string. This should be set toRSA-OAEP.

labelOptional

AnArrayBuffer, aTypedArray, or aDataView — 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 forSubtleCrypto.encrypt() andSubtleCrypto.decrypt().

Specifications

Specification
Web Cryptography Level 2
# dfn-RsaOaepParams

Browser compatibility

Browsers that support the "RSA-OAEP" algorithm for theSubtleCrypto.encrypt(),SubtleCrypto.decrypt(),SubtleCrypto.wrapKey(), orSubtleCrypto.unwrapKey() methods will support this type.

See also

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2026 Movatter.jp