Uses of Enum Class
overit.geocall.util.DigestAlgorithm
Packages that use DigestAlgorithm
-
Uses of DigestAlgorithm in overit.geocall.util
Methods in overit.geocall.util that return DigestAlgorithmModifier and TypeMethodDescriptionstatic DigestAlgorithmDigestAlgorithm.fromString(@NotNull String value) Returns theDigestAlgorithmcorresponding to the provided value.static DigestAlgorithmReturns the enum constant of this class with the specified name.static DigestAlgorithm[]DigestAlgorithm.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in overit.geocall.util with parameters of type DigestAlgorithmModifier and TypeMethodDescriptionstatic StringCryptoUtil.hash(DigestAlgorithm digestAlgorithm, String salt, String message) Returns a string that corresponds to the hashed message.