root
Toggle table of contents
goblin-common
Target filter
goblin-common
Switch theme
Search in API
Skip to content
root
root
/
fi.utu.tech.powergoblin.common.utils
/
HashAlgo
/
SHA1
SHA1
goblin-common
SHA1
Members
Properties
instance
Name
Link copied to clipboard
goblin-common
val
instanceName
:
String
name
Link copied to clipboard
goblin-common
val
name
:
String
ordinal
Link copied to clipboard
goblin-common
val
ordinal
:
Int
Functions
calculate
Hash
Link copied to clipboard
goblin-common
fun
calculateHash
(
path
:
Path
)
:
String
fun
calculateHash
(
data
:
ByteArray
)
:
String
fun
calculateHash
(
data
:
String
)
:
String
fun
calculateHash
(
input
:
InputStream
,
outputStream
:
OutputStream
=
OutputStream.nullOutputStream()
)
:
String
to
String
Link copied to clipboard
goblin-common
open
override
fun
toString
(
)
:
String