Package 

Class GenericHash.State

  • All Implemented Interfaces:
    java.io.Closeable , java.lang.AutoCloseable

    
    public class GenericHash.State
     implements Closeable
                        

    State of a multi-part hashing operation. Allocates a small piece of native memory, so it is Closeable,as you might want to close it explicitly to free the allocated memory. (If not, it should be auto-freed by GCas always.)

    • Method Summary

      Modifier and Type Method Description
      Pointer getPointer() Native pointer to the state buffer (64-byte aligned).
      void close()
      • Methods inherited from class java.io.Closeable

        close
      • Methods inherited from class java.lang.Object

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

      • getPointer

         Pointer getPointer()

        Native pointer to the state buffer (64-byte aligned).