AlsoKnownAs

Represents a "also known as" property, which is a list of alternative names or identifiers for a Decentralized Identifier (DID) or other subject or object. The "also known as" property is typically included in a DID Document and can be used to associate the DID or subject or object with other names or identifiers.

Constructors

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

Properties

Link copied to clipboard

Functions

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

Checks if the current object is equal to the given object.

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

Generates the hash code value for the current object. The hash code is computed based on the values of the values property.