| Interface | Description |
|---|---|
| BagitAlgorithmNameToSupportedAlgorithmMapping |
Implement this interface if you need to be able to use other algorithms than the
StandardSupportedAlgorithms |
| SupportedAlgorithm |
Easy way to convert between bagit manifest spec and
MessageDigestSee StandardSupportedAlgorithms for a list of defaults |
| Class | Description |
|---|---|
| Hasher |
Convenience class for generating a HEX formatted string of the checksum hash.
|
| StandardBagitAlgorithmNameToSupportedAlgorithmMapping |
Provides a mapping between bagit algorithm names and
SupportedAlgorithm |
| Enum | Description |
|---|---|
| StandardSupportedAlgorithms |
The standard algorithms that are supported "out of the box" in bagit
|