toggle menu
modelix.core
8.16.0
common
switch theme
search in API
model-datastructure
/
org.modelix.model.persistent
/
HashUtil
Hash
Util
object
HashUtil
Members
Properties
HASH_PATTERN
Link copied to clipboard
val
HASH_PATTERN
:
Regex
Functions
check
Object
Hash
Link copied to clipboard
fun
checkObjectHash
(
providedHash
:
String
,
value
:
String
?
)
check
Object
Hashes
Link copied to clipboard
fun
checkObjectHashes
(
entries
:
Map
<
String
,
String
?
>
)
extract
Sha256
Link copied to clipboard
fun
extractSha256
(
input
:
String
?
)
:
Iterable
<
String
>
is
Sha256
Link copied to clipboard
fun
isSha256
(
value
:
String
?
)
:
Boolean
sha256
Link copied to clipboard
fun
sha256
(
input
:
String
)
:
String
sha256as
Byte
Array
Link copied to clipboard
fun
sha256asByteArray
(
input
:
String
)
:
ByteArray