Class HashResult


  • public class HashResult
    extends java.lang.Object
    Hash result, containing both the raw and the encoded representation.
    • Constructor Summary

      Constructors 
      Constructor Description
      HashResult​(byte[] raw, java.lang.String encoded)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getEncoded()  
      byte[] getRaw()  
      • Methods inherited from class java.lang.Object

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

      • HashResult

        public HashResult​(byte[] raw,
                          java.lang.String encoded)
    • Method Detail

      • getRaw

        public byte[] getRaw()
      • getEncoded

        public java.lang.String getEncoded()