@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface RsaKeyAlgorithm
extends KeyAlgorithm
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RsaKeyAlgorithm.Step1 |
static interface |
RsaKeyAlgorithm.Step2 |
| Modifier and Type | Method and Description |
|---|---|
int |
modulusLength() |
static RsaKeyAlgorithm.Step1 |
name(java.lang.String name) |
@JsNonNull Uint8Array |
publicExponent() |
void |
setModulusLength(int modulusLength) |
void |
setPublicExponent(@JsNonNull Uint8Array publicExponent) |
name, setName@JsOverlay @Nonnull static RsaKeyAlgorithm.Step1 name(@Nonnull java.lang.String name)
name in interface KeyAlgorithm@JsProperty(name="modulusLength") int modulusLength()
@JsProperty void setModulusLength(int modulusLength)
@JsProperty(name="publicExponent") @JsNonNull Uint8Array publicExponent()
@JsProperty void setPublicExponent(@JsNonNull Uint8Array publicExponent)