Class SignerChecksumParams
java.lang.Object
software.amazon.awssdk.auth.signer.params.SignerChecksumParams
Deprecated.
Encapsulates the Checksum information like Algorithm and header name for the checksum in header/trailer locations.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.static SignerChecksumParams.Builder
builder()
Deprecated.Deprecated.boolean
Deprecated.
-
Method Details
-
builder
Deprecated. -
algorithm
Deprecated.- Returns:
Algorithm
that will be used to compute the checksum.
-
checksumHeaderName
-
isStreamingRequest
public boolean isStreamingRequest()Deprecated.- Returns:
- true if the checksum is for a streaming request member.
-
SignerProperty
andHttpSigner
in 'http-auth-spi' instead.