Package nl.knaw.dans.bagit.hash
Interface BagitAlgorithmNameToSupportedAlgorithmMapping
- All Known Implementing Classes:
StandardBagitAlgorithmNameToSupportedAlgorithmMapping
public interface BagitAlgorithmNameToSupportedAlgorithmMapping
Implement this interface if you need to be able to use other algorithms than the
StandardSupportedAlgorithms
-
Method Summary
-
Method Details
-
getSupportedAlgorithm
SupportedAlgorithm getSupportedAlgorithm(String bagitAlgorithmName) throws UnsupportedAlgorithmException - Throws:
UnsupportedAlgorithmException
-