Package org.zeromq

Class ZCertStore.Hasher

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private byte[] buffer  
    • Constructor Summary

      Constructors 
      Constructor Description
      Hasher()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] print​(java.io.File path)  
      private java.io.InputStream stream​(java.io.File path)  
      • Methods inherited from class java.lang.Object

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

      • buffer

        private final byte[] buffer
    • Constructor Detail

      • Hasher

        public Hasher()
    • Method Detail

      • stream

        private java.io.InputStream stream​(java.io.File path)