Uses of Class
org.fcrepo.kernel.api.utils.ContentDigest.DIGEST_ALGORITHM
-
Packages that use ContentDigest.DIGEST_ALGORITHM Package Description org.fcrepo.kernel.api.utils -
-
Uses of ContentDigest.DIGEST_ALGORITHM in org.fcrepo.kernel.api.utils
Fields in org.fcrepo.kernel.api.utils declared as ContentDigest.DIGEST_ALGORITHM Modifier and Type Field Description static ContentDigest.DIGEST_ALGORITHMContentDigest. DEFAULT_DIGEST_ALGORITHMMethods in org.fcrepo.kernel.api.utils that return ContentDigest.DIGEST_ALGORITHM Modifier and Type Method Description static ContentDigest.DIGEST_ALGORITHMContentDigest.DIGEST_ALGORITHM. fromAlgorithm(String alg)Return enum value for the provided algorithmstatic ContentDigest.DIGEST_ALGORITHMContentDigest.DIGEST_ALGORITHM. fromScheme(String argScheme)Return enum value for the provided scheme (e.g.static ContentDigest.DIGEST_ALGORITHMContentDigest.DIGEST_ALGORITHM. valueOf(String name)Returns the enum constant of this type with the specified name.static ContentDigest.DIGEST_ALGORITHM[]ContentDigest.DIGEST_ALGORITHM. values()Returns an array containing the constants of this enum type, in the order they are declared.
-