@JsType(isNative=true,
namespace="<global>",
name="Object")
public static interface HmacImportParams.Step1
| Modifier and Type | Method and Description |
|---|---|
default HmacImportParams.Builder |
hash(AlgorithmIdentifier hash) |
default HmacImportParams.Builder |
hash(JsObject hash) |
default HmacImportParams.Builder |
hash(java.lang.String hash) |
@JsOverlay @Nonnull default HmacImportParams.Builder hash(@Nonnull AlgorithmIdentifier hash)
@JsOverlay @Nonnull default HmacImportParams.Builder hash(@Nonnull JsObject hash)
@JsOverlay @Nonnull default HmacImportParams.Builder hash(@Nonnull java.lang.String hash)