KeyDescriptor

data class KeyDescriptor(var keyId: String? = null, var algorithm: Algorithm? = null, var keyStatus: KeyStatus? = null)

Information about the generated MPC keys containing key id String, Algorithm and KeyStatus for each key

Constructors

Link copied to clipboard
constructor(keyId: String? = null, algorithm: Algorithm? = null, keyStatus: KeyStatus? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

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