Class MD5HexString

  • All Implemented Interfaces:
    java.util.function.LongFunction<java.lang.String>

    public class MD5HexString
    extends java.lang.Object
    implements java.util.function.LongFunction<java.lang.String>
    Computes the MD5 digest of the byte image of the input long, and returns it in hexadecimal String form.
    • Constructor Summary

      Constructors 
      Constructor Description
      MD5HexString()  
    • Method Summary

      Modifier and Type Method Description
      java.lang.String apply​(long value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MD5HexString

        public MD5HexString()
    • Method Detail

      • apply

        public java.lang.String apply​(long value)
        Specified by:
        apply in interface java.util.function.LongFunction<java.lang.String>