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