DIDDocumentClass

fmgp.did.DIDDocumentClass
See theDIDDocumentClass companion object
case class DIDDocumentClass(id: Required[DIDSubject], alsoKnownAs: Option[Set[String]], controller: Option[Either[String, Set[String]]], verificationMethod: Option[Set[VerificationMethod]], authentication: Option[SetU[VerificationMethod]], assertionMethod: Option[SetU[VerificationMethod]], keyAgreement: Option[Set[VerificationMethod]], capabilityInvocation: Option[SetU[VerificationMethod]], capabilityDelegation: Option[SetU[VerificationMethod]], service: Option[Set[DIDService]]) extends DIDDocument

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait DIDDocument
trait DID
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def did: String

Attributes

Inherited from:
DID

Attributes

Inherited from:
DIDDocument

Attributes

Inherited from:
DIDDocument
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def scheme: String

Attributes

Inherited from:
DID
def string: String

This is the full identifier

This is the full identifier

Attributes

Inherited from:
DID

Inherited fields

val namespace: String

Attributes

Inherited from:
DIDDocument
val specificId: String

Attributes

Inherited from:
DIDDocument