Class AwsSigningConfig.AwsSignedBodyValue
- java.lang.Object
-
- software.amazon.awssdk.crt.auth.signing.AwsSigningConfig.AwsSignedBodyValue
-
- Enclosing class:
- AwsSigningConfig
public class AwsSigningConfig.AwsSignedBodyValue extends Object
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 Summary
Fields Modifier and Type Field Description static String
EMPTY_SHA256
static String
STREAMING_AWS4_ECDSA_P256_SHA256_PAYLOAD
static String
STREAMING_AWS4_ECDSA_P256_SHA256_PAYLOAD_TRAILER
static String
STREAMING_AWS4_HMAC_SHA256_EVENTS
static String
STREAMING_AWS4_HMAC_SHA256_PAYLOAD
static String
STREAMING_UNSIGNED_PAYLOAD_TRAILER
static String
UNSIGNED_PAYLOAD
-
Constructor Summary
Constructors Constructor Description AwsSignedBodyValue()
-
-
-
Field Detail
-
EMPTY_SHA256
public static final String EMPTY_SHA256
- See Also:
- Constant Field Values
-
UNSIGNED_PAYLOAD
public static final String UNSIGNED_PAYLOAD
- See Also:
- Constant Field Values
-
STREAMING_UNSIGNED_PAYLOAD_TRAILER
public static final String STREAMING_UNSIGNED_PAYLOAD_TRAILER
- See Also:
- Constant Field Values
-
STREAMING_AWS4_HMAC_SHA256_PAYLOAD
public static final String STREAMING_AWS4_HMAC_SHA256_PAYLOAD
- See Also:
- Constant Field Values
-
STREAMING_AWS4_ECDSA_P256_SHA256_PAYLOAD
public static final String STREAMING_AWS4_ECDSA_P256_SHA256_PAYLOAD
- See Also:
- Constant Field Values
-
STREAMING_AWS4_ECDSA_P256_SHA256_PAYLOAD_TRAILER
public static final String STREAMING_AWS4_ECDSA_P256_SHA256_PAYLOAD_TRAILER
- See Also:
- Constant Field Values
-
STREAMING_AWS4_HMAC_SHA256_EVENTS
public static final String STREAMING_AWS4_HMAC_SHA256_EVENTS
- See Also:
- Constant Field Values
-
-