Class AwsChunkedV4PayloadSigner

java.lang.Object
software.amazon.awssdk.http.auth.aws.internal.signer.AwsChunkedV4PayloadSigner
All Implemented Interfaces:
V4PayloadSigner

public final class AwsChunkedV4PayloadSigner extends Object implements V4PayloadSigner
An implementation of a V4PayloadSigner which chunk-encodes a payload, optionally adding a chunk-signature chunk-extension, and/or trailers representing trailing headers with their signature at the end.