Uses of Class
org.fcrepo.kernel.api.exception.UnsupportedAlgorithmException
-
Packages that use UnsupportedAlgorithmException Package Description org.fcrepo.kernel.api.services org.fcrepo.kernel.api.utils -
-
Uses of UnsupportedAlgorithmException in org.fcrepo.kernel.api.services
Methods in org.fcrepo.kernel.api.services that throw UnsupportedAlgorithmException Modifier and Type Method Description Collection<URI>FixityService. checkFixity(Binary binary, Collection<String> algorithms)Digest this binary with the digest algorithms providedCollection<URI>FixityService. getFixity(Binary binary, Collection<String> algorithms)Calculate the requested set of digests for the provided binary -
Uses of UnsupportedAlgorithmException in org.fcrepo.kernel.api.utils
Methods in org.fcrepo.kernel.api.utils that throw UnsupportedAlgorithmException Modifier and Type Method Description Collection<URI>CacheEntry. checkFixity(Collection<String> algorithms)Check the fixity of aCacheEntrywith list of digest algorithms
-