- All Superinterfaces:
- Algorithm, RsaOaepParams
- Enclosing interface:
- RsaOaepParams
@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public static interface RsaOaepParams.Builder
extends RsaOaepParams
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