@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="RsaOaepParams")
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 |
|---|---|
static RsaOaepParams.Builder |
create(java.lang.String name) |
BufferSource |
label() |
void |
setLabel(BufferSource label) |
@JsOverlay @Nonnull static RsaOaepParams.Builder create(@Nonnull java.lang.String name)
@JsProperty(name="label") BufferSource label()
@JsProperty
void setLabel(@Nonnull
BufferSource label)