| Package | Description |
|---|---|
| com.mulesoft.modules.cryptography.api.checksum | |
| com.mulesoft.modules.cryptography.internal.checksum |
| Modifier and Type | Method and Description |
|---|---|
static ChecksumAlgorithm |
ChecksumAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChecksumAlgorithm[] |
ChecksumAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ChecksumOperations.calculateChecksum(ChecksumAlgorithm algorithm,
InputStream content)
Calculate the checksum of the stream.
|
void |
ChecksumOperations.validateChecksum(ChecksumAlgorithm algorithm,
InputStream value,
String expected)
Validate the checksum of the stream against an expected checksum.
|
Copyright © 2024 MuleSoft, Inc.. All rights reserved.