Uses of Class
org.fcrepo.config.DigestAlgorithm
-
-
Uses of DigestAlgorithm in org.fcrepo.config
Methods in org.fcrepo.config that return DigestAlgorithm Modifier and Type Method Description static DigestAlgorithmDigestAlgorithm. fromAlgorithm(String alg)Return enum value for the provided algorithmstatic DigestAlgorithmDigestAlgorithm. fromScheme(String argScheme)Return enum value for the provided scheme (e.g.DigestAlgorithmOcflPropsConfig. getDefaultDigestAlgorithm()static DigestAlgorithmDigestAlgorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static DigestAlgorithm[]DigestAlgorithm. values()Returns an array containing the constants of this enum type, in the order they are declared.
-