Class SignerChecksumParams


  • @Deprecated
    @SdkPublicApi
    public class SignerChecksumParams
    extends Object
    Deprecated.
    this class is deprecated and will not be updated. Use SignerProperty and HttpSigner in 'http-auth-spi' instead.
    Encapsulates the Checksum information like Algorithm and header name for the checksum in header/trailer locations.
    • Method Detail

      • algorithm

        public Algorithm algorithm()
        Deprecated.
        Returns:
        Algorithm that will be used to compute the checksum.
      • checksumHeaderName

        public String checksumHeaderName()
        Deprecated.
        Returns:
        Header name for the checksum.
      • isStreamingRequest

        public boolean isStreamingRequest()
        Deprecated.
        Returns:
        true if the checksum is for a streaming request member.