Uses of Enum Class
org.frankframework.pipes.hash.Algorithm
Packages that use Algorithm
-
Uses of Algorithm in org.frankframework.pipes
Methods in org.frankframework.pipes that return AlgorithmMethods in org.frankframework.pipes with parameters of type AlgorithmModifier and TypeMethodDescriptionvoid
HashPipe.setAlgorithm
(Algorithm algorithm) Hash algorithm to use.void
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Algorithm in org.frankframework.pipes.hash
Methods in org.frankframework.pipes.hash that return AlgorithmModifier 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.Methods in org.frankframework.pipes.hash with parameters of type AlgorithmModifier and TypeMethodDescriptionstatic HashGenerator
HashGenerator.getInstance
(Algorithm algorithm, SecretKeySpec secretKey)