Class HashValue


  • public class HashValue
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.math.BigInteger digest  
    • Constructor Summary

      Constructors 
      Constructor Description
      HashValue​(byte[] digest)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String asHexString()  
      boolean equals​(java.lang.Object other)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

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

      • digest

        private final java.math.BigInteger digest
    • Constructor Detail

      • HashValue

        public HashValue​(byte[] digest)
    • Method Detail

      • asHexString

        public java.lang.String asHexString()
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object