@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.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RsaHashedKeyAlgorithm.Builder |
create(java.lang.String name,
int modulusLength,
Uint8Array publicExponent,
KeyAlgorithm hash) |
@JsNonNull KeyAlgorithm |
hash() |
void |
setHash(@JsNonNull KeyAlgorithm hash) |
create, modulusLength, publicExponent, setModulusLength, setPublicExponentname, name, setName@JsOverlay @Nonnull static RsaHashedKeyAlgorithm.Builder create(@Nonnull java.lang.String name, int modulusLength, @Nonnull Uint8Array publicExponent, @Nonnull KeyAlgorithm hash)
@JsProperty(name="hash") @JsNonNull KeyAlgorithm hash()
@JsProperty void setHash(@JsNonNull KeyAlgorithm hash)