Smithy Kotlin
Toggle table of contents
1.5.24
jvmAndNative
Platform filter
jvmAndNative
Switch theme
Skip to content
Smithy Kotlin
aws-signing-crt
/
aws.smithy.kotlin.runtime.auth.awssigning.crt
/
CrtAwsSigner
/
signChunk
sign
Chunk
open
suspend override
fun
signChunk
(
chunkBody
:
ByteArray
,
prevSignature
:
ByteArray
,
config
:
AwsSigningConfig
)
:
AwsSigningResult
<
Unit
>