docs.rodeo

MDN Web Docs mirror

RsaOaepParams

{{ APIRef("Web Crypto API") }} 

The RsaOaepParams dictionary of the Web Crypto API represents the object that should be passed as the algorithm parameter into {{domxref("SubtleCrypto.encrypt()")}} , {{domxref("SubtleCrypto.decrypt()")}} , {{domxref("SubtleCrypto.wrapKey()")}} , or {{domxref("SubtleCrypto.unwrapKey()")}} , when using the RSA_OAEP algorithm.

Instance properties

Examples

See the examples for {{domxref("SubtleCrypto.encrypt()")}}  and {{domxref("SubtleCrypto.decrypt()")}} .

Specifications

{{Specifications}} 

Browser compatibility

Browsers that support the “RSA-OAEP” algorithm for the {{domxref("SubtleCrypto.encrypt()")}} , {{domxref("SubtleCrypto.decrypt()")}} , {{domxref("SubtleCrypto.wrapKey()")}} , or {{domxref("SubtleCrypto.unwrapKey()")}}  methods will support this type.

See also

In this article

View on MDN