Class ConstantChecksum
java.lang.Object
software.amazon.awssdk.http.auth.aws.internal.signer.checksums.ConstantChecksum
- All Implemented Interfaces:
Checksum,SdkChecksum
Implementation of
SdkChecksum to provide a constant checksum.-
Constructor Details
-
ConstantChecksum
-
-
Method Details
-
update
public void update(int b) -
update
public void update(byte[] b, int off, int len) -
getValue
public long getValue() -
reset
public void reset() -
getChecksumBytes
public byte[] getChecksumBytes()- Specified by:
getChecksumBytesin interfaceSdkChecksum
-
mark
public void mark(int readLimit) - Specified by:
markin interfaceSdkChecksum
-