Class HashPasswordSpec

    • Constructor Detail

      • HashPasswordSpec

        public HashPasswordSpec​(byte[] digest)
        Construct new instance.
        Parameters:
        digest - the password hash
    • Method Detail

      • getDigest

        public byte[] getDigest()
        Get a password hash.
        Returns:
        the password hash
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object