Controller

data class Controller(val values: Array<DID>) : DIDDocumentCoreProperty(source)

Represents a "controller" property, which is a list of Decentralized Identifiers (DIDs) that control the associated DID or subject or object. The "controller" property is typically included in a DID Document and can be used to indicate who has the authority to update or deactivate the DID or subject or object.

Constructors

Link copied to clipboard
constructor(values: Array<DID>)

Properties

Link copied to clipboard

Functions

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

Compares this Controller object with the specified object for equality.

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

Calculates the hash code for the Controller object.