Class DigestToByteBuffer

  • All Implemented Interfaces:
    java.util.function.LongFunction<java.nio.ByteBuffer>

    public class DigestToByteBuffer
    extends java.lang.Object
    implements java.util.function.LongFunction<java.nio.ByteBuffer>
    • Constructor Summary

      Constructors 
      Constructor Description
      DigestToByteBuffer​(java.lang.String digestType)  
    • Method Summary

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

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

      • DigestToByteBuffer

        public DigestToByteBuffer​(java.lang.String digestType)
    • Method Detail

      • apply

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