Class SignerChecksumParams


  • public class SignerChecksumParams
    extends Object
    Encapsulates the Checksum information like Algorithm and header name for the checksum in header/trailer locations.
    • Method Detail

      • algorithm

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

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

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