Class AwsSigningConfig.AwsSignedBodyValue
java.lang.Object
software.amazon.awssdk.crt.auth.signing.AwsSigningConfig.AwsSignedBodyValue
- Enclosing class:
- AwsSigningConfig
A set of string constants for various canonical request payload values. If signed body header type is not NONE
then the value will also be reflected in X-Amz-Content-Sha256
-
Field Details
-
EMPTY_SHA256
- See Also:
-
UNSIGNED_PAYLOAD
- See Also:
-
STREAMING_UNSIGNED_PAYLOAD_TRAILER
- See Also:
-
STREAMING_AWS4_HMAC_SHA256_PAYLOAD
- See Also:
-
STREAMING_AWS4_ECDSA_P256_SHA256_PAYLOAD
- See Also:
-
STREAMING_AWS4_ECDSA_P256_SHA256_PAYLOAD_TRAILER
- See Also:
-
STREAMING_AWS4_HMAC_SHA256_EVENTS
- See Also:
-
-
Constructor Details
-
AwsSignedBodyValue
public AwsSignedBodyValue()
-