Package | Description |
---|---|
software.amazon.awssdk.auth.signer | |
software.amazon.awssdk.auth.signer.internal | |
software.amazon.awssdk.auth.signer.params |
Modifier and Type | Method and Description |
---|---|
protected String |
AwsS3V4Signer.calculateContentHashPresign(SdkHttpFullRequest.Builder mutableRequest,
Aws4PresignerParams signerParams) |
SdkHttpFullRequest |
AwsS3V4Signer.presign(SdkHttpFullRequest request,
Aws4PresignerParams signingParams)
A method to pre sign the given #request.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAws4Signer<T extends Aws4SignerParams,U extends Aws4PresignerParams>
Abstract base class for the AWS SigV4 signer implementations.
|
Modifier and Type | Method and Description |
---|---|
protected String |
BaseAws4Signer.calculateContentHashPresign(SdkHttpFullRequest.Builder mutableRequest,
Aws4PresignerParams signerParams)
Calculate the hash of the request's payload.
|
SdkHttpFullRequest |
BaseAws4Signer.presign(SdkHttpFullRequest request,
Aws4PresignerParams signingParams) |
Modifier and Type | Method and Description |
---|---|
Aws4PresignerParams |
Aws4PresignerParams.Builder.build() |
Copyright © 2019. All rights reserved.