| Package | Description | 
|---|---|
| software.amazon.awssdk.auth.signer | |
| software.amazon.awssdk.auth.signer.params | 
| Modifier and Type | Method and Description | 
|---|---|
protected String | 
AwsS3V4Signer.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 void | 
AwsS3V4Signer.processRequestPayload(SdkHttpFullRequest.Builder mutableRequest,
                     byte[] signature,
                     byte[] signingKey,
                     Aws4SignerRequestParams signerRequestParams,
                     AwsS3V4SignerParams signerParams)
If necessary, creates a chunk-encoding wrapper on the request payload. 
 | 
SdkHttpFullRequest | 
AwsS3V4Signer.sign(SdkHttpFullRequest request,
    AwsS3V4SignerParams signingParams)
A method to sign the given #request. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AwsS3V4SignerParams | 
AwsS3V4SignerParams.Builder.build()  | 
Copyright © 2019. All rights reserved.