Uses of Enum Class
org.frankframework.pipes.HashPipe.HashEncoding
Packages that use HashPipe.HashEncoding
-
Uses of HashPipe.HashEncoding in org.frankframework.pipes
Subclasses with type arguments of type HashPipe.HashEncoding in org.frankframework.pipesMethods in org.frankframework.pipes that return HashPipe.HashEncodingModifier and TypeMethodDescriptionstatic HashPipe.HashEncodingReturns 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 TypeMethodDescriptionvoidHashPipe.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 StringHashGenerator.getHashString(HashPipe.HashEncoding hashEncoding, byte[] result) HashGenerator.getResult(HashPipe.HashEncoding hashEncoding)