Digest

interface Digest

A factory that creates Path instances by hashing their content.

Inheritors

Functions

Link copied to clipboard
abstract fun digest(): ByteArray

Returns the digest of the data passed to update.

Link copied to clipboard
abstract fun digestToString(): String

Returns the digest as a string.

Link copied to clipboard
abstract fun update(data: ByteArray)

Updates the digest with the given data.