| Class | Description |
|---|---|
| AwsSigner |
Static class for a variety of AWS signing APIs.
|
| AwsSigningConfig |
A class representing configuration related to signing something "signable" (an http request, a body chunk, a
stream event) via an AWS signing process.
|
| AwsSigningResult |
Wrapper that holds signing-related output.
|
| AwsSigningUtils |
Utility functions for verifying sigv4a signatures
|
| Enum | Description |
|---|---|
| AwsSigningConfig.AwsSignatureType |
What sort of signature should be computed from the signable?
|
| AwsSigningConfig.AwsSignedBodyHeaderType |
Controls if signing adds a header containing the canonical request's body value
|
| AwsSigningConfig.AwsSigningAlgorithm |
What version of the AWS signing process should we use.
|
Copyright © 2021. All rights reserved.