PublicKey

data class PublicKey(val curve: KeyCurve, val value: ByteArray)(source)

Represents a public key with a specific key curve and value.

Constructors

Link copied to clipboard
constructor(curve: KeyCurve, value: ByteArray)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

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

Checks whether the current PublicKey object is equal to the specified other object.

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

Computes the hash code value for this PublicKey object.