Uses of Package
software.amazon.awssdk.http.auth.aws.crt.internal.signer
-
Classes in software.amazon.awssdk.http.auth.aws.crt.internal.signer used by software.amazon.awssdk.http.auth.aws.crt.internal.signer Class Description RollingSigner A class which calculates a rolling signature of arbitrary data using HMAC-SHA256.V4aPayloadSigner An interface for defining how to sign a payload via SigV4a.V4aProperties A class which contains "properties" relevant to SigV4a.V4aProperties.Builder V4aRequestSigningResult A container for data produced during and as a result of the SigV4a request signing with CRT. -
Classes in software.amazon.awssdk.http.auth.aws.crt.internal.signer used by software.amazon.awssdk.http.auth.aws.internal.signer.util Class Description DefaultAwsCrtV4aHttpSigner An implementation of aAwsV4aHttpSignerthat uses properties to compose v4a-signers in order to delegate signing of a request and payload (if applicable) accordingly.