Interface DigestAlgorithm

    • Method Detail

      • calculateFileDigest

        Digest calculateFileDigest​(java.nio.file.Path path)
                            throws java.io.IOException
        Calculates the Digest for the given file in the path.
        Parameters:
        path - the path of the file
        Returns:
        the calculated digest for the given path
        Throws:
        java.io.IOException - when an error occurs while reading the file or calculating the digest