Class SdkInternalHttpSignerProperty
- java.lang.Object
-
- software.amazon.awssdk.http.auth.spi.signer.SdkInternalHttpSignerProperty
-
public final class SdkInternalHttpSignerProperty extends Object
HttpSignerproperties intended for use only by internal components of the SDK and SDK-provided implementations of this SPI.
-
-
Field Summary
Fields Modifier and Type Field Description static SignerProperty<PayloadChecksumStore>CHECKSUM_STOREAn object for storing checksums calculated for a payload.
-
-
-
Field Detail
-
CHECKSUM_STORE
public static final SignerProperty<PayloadChecksumStore> CHECKSUM_STORE
An object for storing checksums calculated for a payload.Note, checksums may not be relevant to some signers.
-
-