Package com.adobe.testing.s3mock.s3.dto
Class ChecksumAlgorithmKt
-
- All Implemented Interfaces:
public final class ChecksumAlgorithmKt
-
-
Method Summary
Modifier and Type Method Description final static StringifAlgorithm(ChecksumAlgorithm $self, ChecksumAlgorithm target, String checksum)Returns checksum if this algorithm matches target, otherwise null. -
-
Method Detail
-
ifAlgorithm
final static String ifAlgorithm(ChecksumAlgorithm $self, ChecksumAlgorithm target, String checksum)
Returns checksum if this algorithm matches target, otherwise null. Use this to route a single checksum value to the correct per-algorithm field in DTOs.
-
-
-
-