Companion

Properties

Link copied to clipboard
const val FINGERPRINT_PARTS: Int = 2

The amount of parts a fingerprint consists of (separator is "FINGERPRINT_SEPARATOR")

Link copied to clipboard

The separator between the parts of the fingerprint

Functions

Link copied to clipboard
operator fun invoke(value: String): Fingerprint?

Creates a fingerprint from the value. Returns null if the value is not a valid fingerprint

operator fun invoke(source: String, size: Long): Fingerprint

Creates a fingerprint from the source and the size of the file