| Package | Description | 
|---|---|
| software.amazon.awssdk.auth.signer | |
| software.amazon.awssdk.auth.signer.internal | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Aws4Signer
Signer implementation that signs requests with the AWS4 signing protocol. 
 | 
class  | 
Aws4UnsignedPayloadSigner
Exactly the same as  
Aws4Signer except if the request is being sent
 over HTTPS, then it returns the string UNSIGNED-PAYLOAD as the
 content SHA-256 so services that support it can avoid needing to calculate
 the value when authorizing the request. | 
class  | 
AwsS3V4Signer
AWS4 signer implementation for AWS S3 
 | 
class  | 
EventStreamAws4Signer  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractAws4Signer<T extends Aws4SignerParams,U extends Aws4PresignerParams>
Abstract base class for the AWS SigV4 signer implementations. 
 | 
class  | 
BaseAsyncAws4Signer  | 
class  | 
BaseAws4Signer
Abstract base class for concrete implementations of Aws4 signers. 
 | 
class  | 
BaseEventStreamAsyncAws4Signer  | 
Copyright © 2019. All rights reserved.