Fingerprint

@JsonClass(generateAdapter = true)
data class Fingerprint(val bytes: ByteArray, val hashType: Fingerprint.HashType)

Constructors

Link copied to clipboard
fun Fingerprint(bytes: ByteArray, hashType: Fingerprint.HashType)

Types

Link copied to clipboard
@JsonClass(generateAdapter = false)
enum HashType : Enum<Fingerprint.HashType>

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int

Properties

Link copied to clipboard
val bytes: ByteArray
Link copied to clipboard
val displayableHexRepr: String
Link copied to clipboard
val hashType: Fingerprint.HashType