public class ChecksumAlgorithmImpl extends Object
| Constructor and Description |
|---|
ChecksumAlgorithmImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
digest(ChecksumAlgorithm algorithm,
InputStream inputStream) |
Map<ChecksumAlgorithm,com.mulesoft.modules.cryptography.internal.checksum.ChecksumAlgorithmImpl.IOFunction<InputStream,String>> |
getDigestFunctions() |
public String digest(ChecksumAlgorithm algorithm, InputStream inputStream)
inputStream - The input stream to calculate the checksum for.public Map<ChecksumAlgorithm,com.mulesoft.modules.cryptography.internal.checksum.ChecksumAlgorithmImpl.IOFunction<InputStream,String>> getDigestFunctions()
Copyright © 2025 MuleSoft, Inc.. All rights reserved.