Package software.amazon.awssdk.http.auth.aws.crt.internal.signer
package software.amazon.awssdk.http.auth.aws.crt.internal.signer
-
ClassDescriptionAn 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.An implementation of a
AwsV4aHttpSigner
that uses properties to compose v4a-signers in order to delegate signing of a request and payload (if applicable) accordingly.A default implementation of a payload signer that is a no-op.A class which calculates a rolling signature of arbitrary data using HMAC-SHA256.An interface for defining how to sign a payload via SigV4a.A class which contains "properties" relevant to SigV4a.A container for data produced during and as a result of the SigV4a request signing with CRT.