@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="RsaPssParams")
public interface RsaPssParams
extends Algorithm
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RsaPssParams.Builder
The RsaPssParams dictionary of the Web Crypto API represents the object that should be passed as the algorithm parameter into SubtleCrypto.sign() or SubtleCrypto.verify(), when using the RSA-PSS algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
static RsaPssParams.Builder |
create(java.lang.String name,
int saltLength) |
int |
saltLength() |
void |
setSaltLength(int saltLength) |
@JsOverlay @Nonnull static RsaPssParams.Builder create(@Nonnull java.lang.String name, int saltLength)
@JsProperty(name="saltLength") int saltLength()
@JsProperty void setSaltLength(int saltLength)