Uses of Enum Class
org.seppiko.commons.utils.crypto.MessageDigestAlgorithms
Packages that use MessageDigestAlgorithms
-
Uses of MessageDigestAlgorithms in org.seppiko.commons.utils.crypto
Methods in org.seppiko.commons.utils.crypto that return MessageDigestAlgorithmsModifier and TypeMethodDescriptionstatic MessageDigestAlgorithmsReturns the enum constant of this class with the specified name.static MessageDigestAlgorithms[]MessageDigestAlgorithms.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.seppiko.commons.utils.crypto with parameters of type MessageDigestAlgorithmsModifier and TypeMethodDescriptionstatic byte[]HashUtil.mdHash(MessageDigestAlgorithms algorithm, Provider provider, byte[] data) Simplifies commonMessageDigesttasks.static StringHashUtil.mdHashString(MessageDigestAlgorithms algorithm, Provider provider, byte[] data) Simplifies commonMessageDigesttasks.