@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface RsaOaepParams
extends Algorithm
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RsaOaepParams.Builder
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.
|
| Modifier and Type | Method and Description |
|---|---|
BufferSource |
label() |
static RsaOaepParams.Builder |
name(java.lang.String name) |
void |
setLabel(@JsNonNull BufferSource label) |
@JsOverlay @Nonnull static RsaOaepParams.Builder name(@Nonnull java.lang.String name)
@JsProperty(name="label") BufferSource label()
@JsProperty void setLabel(@JsNonNull BufferSource label)