Elide API
Toggle table of contents
1.0.0-beta1
jvm
Platform filter
jvm
Switch theme
Search in API
Elide API
graalvm
/
tools.elide.assets
/
AssetBundleKt
/
DigestSettingsKt
/
Dsl
Dsl
class
Dsl
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
algorithm
Link copied to clipboard
@get:
JvmName
(
name
=
"getAlgorithm"
)
@set:
JvmName
(
name
=
"setAlgorithm"
)
var
algorithm
:
HashAlgorithm
.elide.std.HashAlgorithm algorithm = 1;
algorithm
Value
Link copied to clipboard
@get:
JvmName
(
name
=
"getAlgorithmValue"
)
@set:
JvmName
(
name
=
"setAlgorithmValue"
)
var
algorithmValue
:
Int
rounds
Link copied to clipboard
@get:
JvmName
(
name
=
"getRounds"
)
@set:
JvmName
(
name
=
"setRounds"
)
var
rounds
:
Int
uint32 rounds = 3;
tail
Link copied to clipboard
@get:
JvmName
(
name
=
"getTail"
)
@set:
JvmName
(
name
=
"setTail"
)
var
tail
:
Int
uint32 tail = 2;
Functions
clear
Algorithm
Link copied to clipboard
fun
clearAlgorithm
(
)
.elide.std.HashAlgorithm algorithm = 1;
clear
Rounds
Link copied to clipboard
fun
clearRounds
(
)
uint32 rounds = 3;
clear
Tail
Link copied to clipboard
fun
clearTail
(
)
uint32 tail = 2;