Uses of Enum Class
org.frankframework.pipes.HashPipe.HashEncoding
Packages that use HashPipe.HashEncoding
-
Uses of HashPipe.HashEncoding in org.frankframework.pipes
Methods in org.frankframework.pipes that return HashPipe.HashEncodingModifier and TypeMethodDescriptionHashPipe.getHashEncoding()
static HashPipe.HashEncoding
Returns the enum constant of this class with the specified name.static HashPipe.HashEncoding[]
HashPipe.HashEncoding.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.frankframework.pipes with parameters of type HashPipe.HashEncodingModifier and TypeMethodDescriptionvoid
HashPipe.setHashEncoding
(HashPipe.HashEncoding hashEncoding) Method to use for converting the hash from bytes to String. -
Uses of HashPipe.HashEncoding in org.frankframework.pipes.hash
Methods in org.frankframework.pipes.hash with parameters of type HashPipe.HashEncodingModifier and TypeMethodDescriptiondefault String
HashGenerator.getHashString
(HashPipe.HashEncoding hashEncoding, byte[] result) HashGenerator.getResult
(HashPipe.HashEncoding hashEncoding)