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