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 with parameters of type AlgorithmModifier and TypeMethodDescriptionvoidHashPipe.setAlgorithm(Algorithm algorithm) Hash algorithm to use.voidDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of Algorithm in org.frankframework.pipes.hash
Subclasses with type arguments of type Algorithm in org.frankframework.pipes.hashModifier and TypeClassDescriptionenumDefines the supported algorithms which can be used in theHashPipeMethods in org.frankframework.pipes.hash that return AlgorithmModifier and TypeMethodDescriptionstatic AlgorithmReturns 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 HashGeneratorHashGenerator.getInstance(Algorithm algorithm, @Nullable SecretKeySpec secretKey)