Uses of Class
nl.knaw.dans.bagit.exceptions.VerificationException
Packages that use VerificationException
-
Uses of VerificationException in nl.knaw.dans.bagit.verify
Methods in nl.knaw.dans.bagit.verify that throw VerificationExceptionModifier and TypeMethodDescription(package private) voidBagVerifier.checkHashes(Manifest manifest) (package private) voidBagVerifier.checkHashes(Manifest manifest, Map<Path, FetchItem> fetchItems, boolean holey) (package private) voidBagVerifier.checkHashes(Manifest manifest, Map<Path, FetchItem> fetchItems, boolean holey, Map<String, String> extraHeaders) (package private) voidBagVerifier.checkHashes(Manifest manifest, Map<Path, FetchItem> fetchItems, boolean holey, Map<String, String> extraHeaders, Map<String, Map<String, String>> urlConfigs) voidSee https://tools.ietf.org/html/draft-kunze-bagit-13#section-3
A bag is valid if the bag is complete and every checksum has been verified against the contents of its corresponding file.voidvoidBagVerifier.isValid(Bag bag, boolean ignoreHiddenFiles, boolean allowHoley, Map<String, String> extraHeaders) voidBagVerifier.isValid(Bag bag, boolean ignoreHiddenFiles, boolean allowHoley, Map<String, String> extraHeaders, Map<String, Map<String, String>> urlConfigs)