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