Uses of Class
software.amazon.awssdk.auth.signer.params.AwsS3V4SignerParams
Packages that use AwsS3V4SignerParams
Package
Description
-
Uses of AwsS3V4SignerParams in software.amazon.awssdk.auth.signer.internal
Methods in software.amazon.awssdk.auth.signer.internal with parameters of type AwsS3V4SignerParamsModifier and TypeMethodDescriptionprotected StringAbstractAwsS3V4Signer.calculateContentHash(SdkHttpFullRequest.Builder mutableRequest, AwsS3V4SignerParams signerParams) Returns the pre-defined header value and set other necessary headers if the request needs to be chunk-encoded.protected StringAbstractAwsS3V4Signer.calculateContentHash(SdkHttpFullRequest.Builder mutableRequest, AwsS3V4SignerParams signerParams, SdkChecksum contentFlexibleChecksum) This method overloads calculateContentHash with contentFlexibleChecksum.static longAbstractAwsS3V4Signer.getChecksumTrailerLength(AwsS3V4SignerParams signerParams) protected voidAbstractAwsS3V4Signer.processRequestPayload(SdkHttpFullRequest.Builder mutableRequest, byte[] signature, byte[] signingKey, Aws4SignerRequestParams signerRequestParams, AwsS3V4SignerParams signerParams) If necessary, creates a chunk-encoding wrapper on the request payload.protected voidAbstractAwsS3V4Signer.processRequestPayload(SdkHttpFullRequest.Builder mutableRequest, byte[] signature, byte[] signingKey, Aws4SignerRequestParams signerRequestParams, AwsS3V4SignerParams signerParams, SdkChecksum sdkChecksum) Overloads processRequestPayload with sdkChecksum.AbstractAwsS3V4Signer.sign(SdkHttpFullRequest request, AwsS3V4SignerParams signingParams) A method to sign the given #request. -
Uses of AwsS3V4SignerParams in software.amazon.awssdk.auth.signer.params
Methods in software.amazon.awssdk.auth.signer.params that return AwsS3V4SignerParams