| Package | Description |
|---|---|
| software.amazon.awssdk.http.auth.aws.crt.internal.signer |
| Modifier and Type | Class and Description |
|---|---|
class |
AwsChunkedV4aPayloadSigner
An implementation of a V4aPayloadSigner which chunk-encodes a payload, optionally adding a chunk-signature chunk-extension,
and/or trailers representing trailing headers with their signature at the end.
|
class |
DefaultV4aPayloadSigner
A default implementation of a payload signer that is a no-op.
|
| Modifier and Type | Method and Description |
|---|---|
static V4aPayloadSigner |
V4aPayloadSigner.create()
Get a default implementation of a SigV4a payload signer.
|
Copyright © 2023. All rights reserved.