AutoTweaker API
Toggle table of contents
0.2.0-alpha.1+d0e71621
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
AutoTweaker API
AutoTweaker API
/
io.github.autotweaker.api.types
/
Sha256
Sha256
jvm
@
JvmInline
@
Serializable
value
class
Sha256
(
val
hash
:
HashCode
)
(
source
)
表示一个 32 字节的 SHA-256 哈希值。
Members
Constructors
Sha256
Link copied to clipboard
jvm
constructor
(
hash
:
HashCode
)
constructor
(
hex
:
String
)
constructor
(
bytes
:
ByteArray
)
Types
Companion
Link copied to clipboard
jvm
object
Companion
Properties
bytes
Link copied to clipboard
jvm
val
bytes
:
ByteArray
hash
Link copied to clipboard
jvm
@
Serializable
(
with
=
HashCodeSerializer::class
)
val
hash
:
HashCode
Functions
to
String
Link copied to clipboard
jvm
open
override
fun
toString
(
)
:
String