Uses of Enum Class
org.frankframework.pipes.hash.Algorithm
-
Uses of Algorithm in org.frankframework.pipes
Modifier and TypeMethodDescriptionvoid
HashPipe.setAlgorithm
(Algorithm algorithm) Hash Algorithm to usevoid
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Algorithm in org.frankframework.pipes.hash
Modifier and TypeMethodDescriptionstatic Algorithm
Returns the enum constant of this class with the specified name.static Algorithm[]
Algorithm.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic HashGenerator
HashGenerator.getInstance
(Algorithm algorithm, SecretKeySpec secretKey)