- All Superinterfaces:
- Algorithm
@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface RsaOaepParams
extends Algorithm
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.
- See Also:
- RsaOaepParams - MDN,
SubtleCrypto.RsaOaepParams - Web Cryptography API