Package web5.sdk.dids.methods.dht
Class DidDhtDocumentMetadata
-
- All Implemented Interfaces:
public final class DidDhtDocumentMetadata extends DidDocumentMetadata
Did document metadata for did:dht that extends the base did document metadata.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<Integer>typesprivate Stringcreatedprivate Stringupdatedprivate Booleandeactivatedprivate StringversionIdprivate StringnextUpdateprivate StringnextVersionIdprivate StringequivalentIdprivate StringcanonicalId
-
Constructor Summary
Constructors Constructor Description DidDhtDocumentMetadata(List<Integer> types)Create empty Did dht document metadata
-
Method Summary
-
Methods inherited from class web5.sdk.dids.didcore.DidDocumentMetadata
getCanonicalId, getCreated, getDeactivated, getEquivalentId, getNextUpdate, getNextVersionId, getUpdated, getVersionId, setCanonicalId, setCreated, setDeactivated, setEquivalentId, setNextUpdate, setNextVersionId, setUpdated, setVersionId -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-