Uses of Interface
nl.knaw.dans.bagit.hash.SupportedAlgorithm
-
Uses of SupportedAlgorithm in nl.knaw.dans.bagit.creator
Modifier and TypeMethodDescriptionstatic Bag
BagCreator.bagInPlace
(Path root, Collection<SupportedAlgorithm> algorithms, boolean includeHidden) Creates a bag in place for version 0.97.static Bag
BagCreator.bagInPlace
(Path root, Collection<SupportedAlgorithm> algorithms, boolean includeHidden, Metadata metadata) Creates a bag in place for version 0.97.private static Bag
BagCreator.bagInPlace
(Version version, Path root, Collection<SupportedAlgorithm> algorithms, boolean includeHidden, Metadata metadata) private static Map<Manifest,
MessageDigest> BagCreator.calculatePayloadManifests
(Bag bag, Collection<SupportedAlgorithm> algorithms, boolean includeHidden) private static Map<Manifest,
MessageDigest> BagCreator.calculateTagManifests
(Bag bag, Collection<SupportedAlgorithm> algorithms, boolean includeHidden) static Bag
BagCreator.createDotBagit
(Path root, Collection<SupportedAlgorithm> algorithms, boolean includeHidden) Creates a basic(only required elements) .bagit bag in place.static Bag
BagCreator.createDotBagit
(Path root, Collection<SupportedAlgorithm> algorithms, boolean includeHidden, Metadata metadata) Creates a basic(only required elements) .bagit bag in place.private static void
BagCreator.createPayloadManifests
(Bag bag, Collection<SupportedAlgorithm> algorithms, boolean includeHidden) private static void
BagCreator.createTagManifests
(Bag bag, Collection<SupportedAlgorithm> algorithms, boolean includeHidden) -
Uses of SupportedAlgorithm in nl.knaw.dans.bagit.domain
-
Uses of SupportedAlgorithm in nl.knaw.dans.bagit.hash
Modifier and TypeClassDescriptionenum
The standard algorithms that are supported "out of the box" in bagitModifier and TypeMethodDescriptionBagitAlgorithmNameToSupportedAlgorithmMapping.getSupportedAlgorithm
(String bagitAlgorithmName) StandardBagitAlgorithmNameToSupportedAlgorithmMapping.getSupportedAlgorithm
(String bagitAlgorithmName) Modifier and TypeMethodDescriptionstatic Map<Manifest,
MessageDigest> Hasher.createManifestToMessageDigestMap
(Collection<SupportedAlgorithm> algorithms)