| Interface | Description |
|---|---|
| Presigner |
A request signer that has special-case logic to presign requests, generating
a URL which embeds the signature suitable for hyperlinking.
|
| RegionAwareSigner |
A signer that needs to know which region it is talking to.
|
| ServiceAwareSigner |
A signer that needs to know which service it is talking to.
|
| Class | Description |
|---|---|
| AbstractAwsSigner |
Abstract base class for AWS signing protocol implementations.
|
| Aws4Signer |
Signer implementation that signs requests with the AWS4 signing protocol.
|
| QueryStringSigner |
Signer implementation responsible for signing an AWS query string request
according to the various signature versions and hashing algorithms.
|
| SignerConstants | |
| SignerFactory |
Signer factory.
|
| SignerKey |
Holds the signing key and the number of days since epoch for the date for
which the signing key was generated.
|
| StaticSignerProvider |
Implementation of
SignerProvider that always returns the same signer regardless of
context. |
| Enum | Description |
|---|---|
| SigningAlgorithm |
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.