Uses of Class
edu.wisc.library.ocfl.api.model.DigestAlgorithm
-
Packages that use DigestAlgorithm Package Description edu.wisc.library.ocfl.api edu.wisc.library.ocfl.api.io edu.wisc.library.ocfl.api.model -
-
Uses of DigestAlgorithm in edu.wisc.library.ocfl.api
Fields in edu.wisc.library.ocfl.api declared as DigestAlgorithm Modifier and Type Field Description static DigestAlgorithmOcflConstants. DEFAULT_DIGEST_ALGORITHMFields in edu.wisc.library.ocfl.api with type parameters of type DigestAlgorithm Modifier and Type Field Description static Set<DigestAlgorithm>OcflConstants. ALLOWED_DIGEST_ALGORITHMSMethods in edu.wisc.library.ocfl.api that return DigestAlgorithm Modifier and Type Method Description static DigestAlgorithmDigestAlgorithmRegistry. getAlgorithm(String ocflName)Retrieves the algorithm that corresponds to the OCFL name from the registryDigestAlgorithmOcflConfig. getDefaultDigestAlgorithm()Methods in edu.wisc.library.ocfl.api with parameters of type DigestAlgorithm Modifier and Type Method Description OcflObjectUpdaterOcflObjectUpdater. addFileFixity(String logicalPath, DigestAlgorithm algorithm, String value)Adds an entry to the object's fixity block.static voidDigestAlgorithmRegistry. register(DigestAlgorithm algorithm)Adds a new algorithm to the registryOcflConfigOcflConfig. setDefaultDigestAlgorithm(DigestAlgorithm defaultDigestAlgorithm)Set the default digest algorithm to use when creating new inventories. -
Uses of DigestAlgorithm in edu.wisc.library.ocfl.api.io
Constructors in edu.wisc.library.ocfl.api.io with parameters of type DigestAlgorithm Constructor Description FixityCheckChannel(ByteChannel delegate, DigestAlgorithm digestAlgorithm, String expectedDigestValue)Constructs a new FixityCheckChannelFixityCheckInputStream(InputStream inputStream, DigestAlgorithm digestAlgorithm, String expectedDigestValue) -
Uses of DigestAlgorithm in edu.wisc.library.ocfl.api.model
Fields in edu.wisc.library.ocfl.api.model declared as DigestAlgorithm Modifier and Type Field Description static DigestAlgorithmDigestAlgorithm. blake2b160static DigestAlgorithmDigestAlgorithm. blake2b256static DigestAlgorithmDigestAlgorithm. blake2b384static DigestAlgorithmDigestAlgorithm. blake2b512static DigestAlgorithmDigestAlgorithm. md5static DigestAlgorithmDigestAlgorithm. sha1static DigestAlgorithmDigestAlgorithm. sha256static DigestAlgorithmDigestAlgorithm. sha512static DigestAlgorithmDigestAlgorithm. sha512_256Methods in edu.wisc.library.ocfl.api.model that return DigestAlgorithm Modifier and Type Method Description static DigestAlgorithmDigestAlgorithm. fromOcflName(String ocflName)Creates a DigestAlgorithm for the given OCFL name.static DigestAlgorithmDigestAlgorithm. fromOcflName(String ocflName, String javaStandardName)Creates a DigestAlgorithm for the given OCFL name.DigestAlgorithmObjectDetails. getDigestAlgorithm()Methods in edu.wisc.library.ocfl.api.model that return types with arguments of type DigestAlgorithm Modifier and Type Method Description Map<DigestAlgorithm,String>FileChange. getFixity()Map of digest algorithm to digest value.Map<DigestAlgorithm,String>FileDetails. getFixity()Map of digest algorithm to digest value.Map<DigestAlgorithm,String>OcflObjectVersionFile. getFixity()Map of digest algorithm to digest value.Methods in edu.wisc.library.ocfl.api.model with parameters of type DigestAlgorithm Modifier and Type Method Description FileDetailsFileDetails. addDigest(DigestAlgorithm algorithm, String value)ObjectDetailsObjectDetails. setDigestAlgorithm(DigestAlgorithm digestAlgorithm)Method parameters in edu.wisc.library.ocfl.api.model with type arguments of type DigestAlgorithm Modifier and Type Method Description FileChangeFileChange. setFixity(Map<DigestAlgorithm,String> fixity)FileDetailsFileDetails. setFixity(Map<DigestAlgorithm,String> fixity)
-