KeyAgreement

data class KeyAgreement(val urls: Array<String>, val verificationMethods: Array<DIDDocument.VerificationMethod>) : DIDDocumentCoreProperty(source)

Represents a "key agreement" property, which is a list of URIs and Verification Methods that can be used to establish a secure communication channel with a DID or other subject or object. The "key agreement" property is typically included in a DID Document and can be used to establish a secure communication channel with 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 whether the current instance is equal to the given object.

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

Calculates the hash code for the KeyAgreement instance.