AssertionMethod

Represents an "assertion method" property, which is a list of URIs and Verification Methods that can be used to assert the authenticity of a message or credential associated with a DID or other subject or object. The "assertion method" property is typically included in a DID Document and can be used to verify the authenticity of messages or credentials related to the DID or subject or object.

Constructors

Link copied to clipboard
constructor(urls: Array<String>, verificationMethods: Array<DIDDocument.VerificationMethod>)

Properties

Link copied to clipboard

Functions

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

Checks if the current AssertionMethod object is equal to the provided object.

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

Calculates the hash code for the AssertionMethod object.