Uses of Interface
nl.knaw.dans.bagit.hash.SupportedAlgorithm
Packages that use SupportedAlgorithm
-
Uses of SupportedAlgorithm in nl.knaw.dans.bagit.creator
Method parameters in nl.knaw.dans.bagit.creator with type arguments of type SupportedAlgorithmModifier 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
Fields in nl.knaw.dans.bagit.domain declared as SupportedAlgorithmMethods in nl.knaw.dans.bagit.domain that return SupportedAlgorithmConstructors in nl.knaw.dans.bagit.domain with parameters of type SupportedAlgorithm -
Uses of SupportedAlgorithm in nl.knaw.dans.bagit.hash
Classes in nl.knaw.dans.bagit.hash that implement SupportedAlgorithmModifier and TypeClassDescriptionenum
The standard algorithms that are supported "out of the box" in bagitMethods in nl.knaw.dans.bagit.hash that return SupportedAlgorithmModifier and TypeMethodDescriptionBagitAlgorithmNameToSupportedAlgorithmMapping.getSupportedAlgorithm
(String bagitAlgorithmName) StandardBagitAlgorithmNameToSupportedAlgorithmMapping.getSupportedAlgorithm
(String bagitAlgorithmName) Method parameters in nl.knaw.dans.bagit.hash with type arguments of type SupportedAlgorithmModifier and TypeMethodDescriptionstatic Map<Manifest,
MessageDigest> Hasher.createManifestToMessageDigestMap
(Collection<SupportedAlgorithm> algorithms)