Uses of Enum Class
org.frankframework.pipes.HashPipe.HashEncoding
-
Uses of HashPipe.HashEncoding in org.frankframework.pipes
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptiondefault String
HashGenerator.getHashString
(HashPipe.HashEncoding hashEncoding, byte[] result) HashGenerator.getResult
(HashPipe.HashEncoding hashEncoding)