fmgp.did.DIDDocumentClass
See theDIDDocumentClass companion object
case class DIDDocumentClass(id: Required[DIDSubject], verificationMethod: Option[Set[VerificationMethodEmbedded]], 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 Serializabletrait Producttrait Equalstrait DIDDocumenttrait DIDclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
Keys for Encrypting Messages
Keys for Signing Messages
Attributes
- Inherited from:
- DID
Attributes
- Inherited from:
- DIDDocument
Attributes
- Inherited from:
- DIDDocument
Attributes
- Inherited from:
- DIDDocument
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article