@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface HkdfParams
extends Algorithm
| Modifier and Type | Interface and Description |
|---|---|
static interface |
HkdfParams.Builder
A DOMString representing the digest algorithm to use.
|
| Modifier and Type | Method and Description |
|---|---|
static HkdfParams.Builder |
create(java.lang.String name,
AlgorithmIdentifier hash,
BufferSource info,
BufferSource salt) |
static HkdfParams.Builder |
create(java.lang.String name,
JsObject hash,
BufferSource info,
BufferSource salt) |
static HkdfParams.Builder |
create(java.lang.String name,
java.lang.String hash,
BufferSource info,
BufferSource salt) |
AlgorithmIdentifier |
hash() |
BufferSource |
info() |
BufferSource |
salt() |
void |
setHash(AlgorithmIdentifier hash) |
default void |
setHash(JsObject hash) |
default void |
setHash(java.lang.String hash) |
void |
setInfo(BufferSource info) |
void |
setSalt(BufferSource salt) |
@JsOverlay @Nonnull static HkdfParams.Builder create(@Nonnull java.lang.String name, @Nonnull AlgorithmIdentifier hash, @Nonnull BufferSource info, @Nonnull BufferSource salt)
@JsOverlay @Nonnull static HkdfParams.Builder create(@Nonnull java.lang.String name, @Nonnull JsObject hash, @Nonnull BufferSource info, @Nonnull BufferSource salt)
@JsOverlay @Nonnull static HkdfParams.Builder create(@Nonnull java.lang.String name, @Nonnull java.lang.String hash, @Nonnull BufferSource info, @Nonnull BufferSource salt)
@JsProperty(name="hash") @Nonnull AlgorithmIdentifier hash()
@JsProperty
void setHash(@Nonnull
AlgorithmIdentifier hash)
@JsOverlay
default void setHash(@Nonnull
JsObject hash)
@JsOverlay
default void setHash(@Nonnull
java.lang.String hash)
@JsProperty(name="info") @Nonnull BufferSource info()
@JsProperty
void setInfo(@Nonnull
BufferSource info)
@JsProperty(name="salt") @Nonnull BufferSource salt()
@JsProperty
void setSalt(@Nonnull
BufferSource salt)