Signature

data class Signature(val value: ByteArray)(source)

Represents a digital signature.

Constructors

Link copied to clipboard
constructor(value: ByteArray)

Properties

Link copied to clipboard

Functions

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

Check whether this Signature is equal to the specified object.

Link copied to clipboard
open override fun hashCode(): Int

Calculates the hash code value of the Signature object.