Smithy Kotlin
Toggle table of contents
1.5.8
jvm
Platform filter
jvm
Switch theme
Skip to content
Smithy Kotlin
runtime-core
/
aws.smithy.kotlin.runtime.hashing
/
Sha256
Sha256
jvm
actual
class
Sha256
Members
Constructors
Sha256
Link copied to clipboard
jvm
constructor
(
)
Functions
digest
Link copied to clipboard
jvm
actual
open
fun
digest
(
)
:
ByteArray
reset
Link copied to clipboard
jvm
actual
open
fun
reset
(
)
update
Link copied to clipboard
jvm
actual
open
fun
update
(
input
:
ByteArray
,
offset
:
Int
,
length
:
Int
)