@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface RsaHashedKeyAlgorithm
extends RsaKeyAlgorithm
| Modifier and Type | Method and Description |
|---|---|
static RsaHashedKeyAlgorithm |
create(java.lang.String name,
int modulusLength,
Uint8Array publicExponent,
KeyAlgorithm hash) |
KeyAlgorithm |
hash() |
default RsaHashedKeyAlgorithm |
hash(KeyAlgorithm hash) |
default RsaHashedKeyAlgorithm |
modulusLength(int modulusLength) |
default RsaHashedKeyAlgorithm |
name(java.lang.String name) |
default RsaHashedKeyAlgorithm |
publicExponent(Uint8Array publicExponent) |
void |
setHash(KeyAlgorithm hash) |
create, modulusLength, publicExponent, setModulusLength, setPublicExponentcreate, name, setName@JsOverlay @Nonnull static RsaHashedKeyAlgorithm 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)
@JsOverlay @Nonnull default RsaHashedKeyAlgorithm hash(@Nonnull KeyAlgorithm hash)
@JsOverlay @Nonnull default RsaHashedKeyAlgorithm modulusLength(int modulusLength)
modulusLength in interface RsaKeyAlgorithm@JsOverlay @Nonnull default RsaHashedKeyAlgorithm publicExponent(@Nonnull Uint8Array publicExponent)
publicExponent in interface RsaKeyAlgorithm@JsOverlay @Nonnull default RsaHashedKeyAlgorithm name(@Nonnull java.lang.String name)
name in interface KeyAlgorithmname in interface RsaKeyAlgorithm