Class MD5BitFunctionNode

All Implemented Interfaces:
Serializable, Cloneable

public class MD5BitFunctionNode extends UnaryBitFunctionNode
This function is a request to calculate the MD5 of the result of its argument.
Author:
baldersheim, Simon Thoresen Hult
See Also:
  • Field Details

    • classId

      public static final int classId
  • Constructor Details

    • MD5BitFunctionNode

      public MD5BitFunctionNode()
      Constructs an empty result node. NOTE: This instance is broken until non-optional member data is set.
    • MD5BitFunctionNode

      public MD5BitFunctionNode(ExpressionNode arg, int numBits)
      Constructs an instance of this class with given argument and number of bits.
      Parameters:
      arg - The argument for this function.
      numBits - The number of bits to operate on.
  • Method Details