@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="RsaHashedKeyAlgorithm")
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) |
KeyAlgorithm |
hash() |
void |
setHash(KeyAlgorithm hash) |
create, modulusLength, publicExponent, setModulusLength, setPublicExponentcreate, name, setName@JsOverlay @Nonnull static RsaHashedKeyAlgorithm.Builder create(@Nonnull java.lang.String name, int modulusLength, @Nonnull Uint8Array publicExponent, @Nonnull KeyAlgorithm hash)
@JsProperty(name="hash") @Nonnull KeyAlgorithm hash()
@JsProperty
void setHash(@Nonnull
KeyAlgorithm hash)